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.
Felix ba4df2ca74
gitignore: Ignore .hugo_build.lock
2 years ago
archetypes archetypes: Fix missing quote in slug 3 years ago
content content: posts: security: Update selinux guide 2 years ago
layouts layouts: Add full-text-RSS template 2 years ago
themes treewide: Fix misc 2 years ago
.gitignore gitignore: Ignore .hugo_build.lock 2 years ago
README.md README: Add development instructions 2 years ago
config.toml sitewide: Slightly change overall structure, descriptions 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 under public/
  • For development and testing, you can run hugo serve and visit localhost:1313