Skip to content

9623-Warp-Drive/hugo-journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Journal

Keep it simple, but not simpler

Journal is a Hugo theme designed for VEX Robotics teams to use when publishing a digital engineering journal. Based upon hugo-xmin, originally written by Yihui Xie, the theme's goal is to be clean, small, and have only as many features as is strictly necessary.

Try it out!

If you're not already using Hugo, follow the Quick Start Guide to set it up. Then, within your Hugo project, run these commands to install the Journal theme:

git submodule add https://github.com/9623-Warp-Drive/hugo-journal.git

echo 'theme = "hugo-journal"' >> config.toml

Make it yours!

If you'd like to customize the theme for your own use, you can make some changes in your config.toml file. Here is an example:

[[menu.main]]
    name = "Home"
    url = "/"
    weight = 1
[[menu.main]]
    name = "Notebook Entries"
    url = "/posts/"
    weight = 2

[params]
    description = "9623Z's notebook for the 2020-2021 season of VEX Robotics Competition - Change Up."
    license = "This site is licensed under the [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) license."
    contact = ""

Open source!

Journal is available under the MIT license. That means you're free to do basically whatever you want with it - so go ahead and tweak it! If you think your contributions could be helpful to others, submit a pull request to add them to this repository.

About

Short, simple theme for Hugo, a static site generator

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published