@@ -34,7 +34,7 @@ The simplest way to make a small change to existing pages is directly on GitHub
34
34
as it requires no software to be installed.
35
35
36
36
* Start by login into GitHub and forking
37
- [ osresearch /heads-wiki] ( https://github.com/osresearch /heads-wiki ) .
37
+ [ linuxboot /heads-wiki] ( https://github.com/linuxboot /heads-wiki ) .
38
38
* Find the desired page on [ osresearch.net] ( http://osresearch.net/ ) . Click on
39
39
the link at the bottom of the page saying * "Edit this page on GitHub."*
40
40
* This will bring you to an editor on GitHub and should mention that you do not
@@ -68,25 +68,17 @@ Additionally, the theme will also need to be installed as the remote theme does
68
68
69
69
After installing Jekyll and the Just the Docs theme you may run the wiki on your local system for faster testing and development.
70
70
* log in to GitHub and fork
71
- [ osresearch /heads-wiki] ( https://github.com/osresearch /heads-wiki ) . Then clone
71
+ [ linuxboot /heads-wiki] ( https://github.com/linuxboot /heads-wiki ) . Then clone
72
72
your fork locally.
73
- * Navigate to the base of the locally cloned repo and alter ` _config.yml ` to use
74
- the local theme. The simplest way is to comment out the line that beings
75
- ` remote_theme ` and add a line ` theme: "just-the-docs" `
76
-
77
- ``` yaml
78
- # remote_theme: pmarsceill/just-the-docs
79
- theme : " just-the-docs"
80
- ` ` `
81
73
* Now start Jekyll with:
82
74
``` bash
83
- $> jekyll serve
75
+ $> jekyll serve --config local_config.yml
84
76
```
85
77
This will start the Jekyll development web server and should be viewable in a
86
78
web browser at ` http://localhost:4000/ `
87
79
88
80
* create a branch in git for your changes
89
- * Make the desired changes, commit them. ** BE SURE NOT TO ADD ` _config.yml ` **
81
+ * Make the desired changes, commit them. ** BE SURE NOT TO ADD ` _config.yml ` or ` local_config.yml ` **
90
82
to your changes.
91
83
* Push the changes to your forked repo on github
92
84
@@ -109,4 +101,4 @@ Please verify `https://YOUR_USERNAME_HERE.github.io/heads-wiki/` with `https://v
109
101
110
102
### Pushing Changes Upstream
111
103
112
- Create a pull request in the osresearch /heads-wiki project that points to your changes to request review and contribute back to the parent project.
104
+ Create a pull request in the linuxboot /heads-wiki project that points to your changes to request review and contribute back to the parent project.
0 commit comments