You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
archetypes | 3 years ago | |
content | 2 years ago | |
layouts | 2 years ago | |
themes | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
config.toml | 3 years ago |
README.md
Open Devices Corner - Docs
Contributions welcome!
Live at sx.ix5.org
(not in any way affiliated with Sony)
Source files for hugo static site generator.
Theme used: hugo_theme_kube
How to use
- Install hugo, e.g. via
apt-get install hugo
. - Clone the hugo_theme_kube theme into
themes:
rm -rf themes/kube && git clone https://github.com/ix5/hugo_theme_kube -b sx-custom themes/kube
- Run
hugo
and the generated files HTML will appear underpublic/
- For development and testing, you can run
hugo serve
and visit localhost:1313