Skip to content

Commit ffa6afa

Browse files
committed
jekyll-to-hugo migration: move content to content/
1 parent 926dccd commit ffa6afa

File tree

2,344 files changed

+14920
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,344 files changed

+14920
-119
lines changed

README.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,19 @@ This is the source code for the official i3 website: [https://i3wm.org/](https:/
66

77
## Building
88

9-
You will need [Jekyll](https://jekyllrb.com/) and [AsciiDoc](http://asciidoc.org/).
10-
First, generate the docs from the `_docs` folder with `make -C _docs -j`.
11-
Move the HTML files from `_docs` to `docs` (notice the underscore!): `mv _docs/*.html docs/`.
12-
Then, use `jekyll build` and you can finally serve the website locally with `jekyll serve`.
9+
You will need [Hugo](https://gohugo.io/) and [AsciiDoc](http://asciidoc.org/).
10+
11+
To rebuild the website after making changes, run `hugo` (without parameters) and
12+
hugo will generate the website into the `docs` directory.
13+
14+
To preview your changes, run `hugo serve`.
15+
16+
If you want to push changes to the documentation, update the relevant file(s) in
17+
`content/_docs`, then:
18+
19+
1. Generate the docs from the `content/_docs` folder with `make -C content/_docs -j`.
20+
21+
1. Move the HTML files from `_docs` to `docs` (notice the underscore!): `mv content/_docs/*.html content/docs/`.
1322

1423
## Contributing
1524

_layouts/default.html

-40
This file was deleted.

_src-files/playbtn.svg

-75
This file was deleted.

CNAME content/CNAME

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)