Skip to content
/ wiki Public

The public wiki hosted on @doomemacs/community's repo.

License

Notifications You must be signed in to change notification settings

doomemacs/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiki.doomemacs.org

This repository houses the contents of wiki.doomemacs.org, the Doom Emacs community wiki.

This wiki is intended to compliment docs.doomemacs.org, and is a better fit for more niche, advanced, or holistic subjects. Anyone may contribute to it, though, please consult our Do Not PR list before opening a pull request.

Prerequisites

Compiling this project to HTML requires the following:

This project contains a shell.nix that will initialize an environment for building this project (except for Emacs). If Doom Core's bin/doom script is present on your $PATH, that will be used instead deploying a project-local copy.

Publishing

Important

The doom publish command and the associated CI/CD that auto-publishes this repo to wiki.doomemacs.org are a work-in-progress and are not yet available, so the instructions below will not work yet. This notice will be removed once that changes.

This repository is automatically built and published to wiki.doomemacs.org. Here's how to build and preview it manually:

git clone https://github.com/doomemacs/wiki wiki
cd wiki
nix-shell
publish   # defined in shell.nix

python -m http.server 8000  # any http server will do
firefox 127.0.0.1:8000

publish will only update changed files. Run clean delete all build artifacts to make the next publish rebuild all files from scratch.

About

The public wiki hosted on @doomemacs/community's repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages