https://github.com/logankilpatrick/hugo.julialang.org
https://github.com/logankilpatrick/hugo.julialang.org
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/logankilpatrick/hugo.julialang.org
- Owner: logankilpatrick
- Created: 2019-12-30T19:08:10.000Z (over 6 years ago)
- Default Branch: init
- Last Pushed: 2019-12-30T19:10:50.000Z (over 6 years ago)
- Last Synced: 2025-01-23T04:41:59.946Z (over 1 year ago)
- Size: 78.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [WIP] Hugo.julialang.org
This is the GitHub repository for the Julia programming language project's
[Hugo](http://gohugo.io/) website.
# Installing locally
You can either download a single binary file for Hugo from
[Hugo releases](https://github.com/gohugoio/hugo/releases) or you can install
it as per the instructions [here](https://gohugo.io/getting-started/installing/).
To build and serve the website run:
hugo server
in the root of this repository. You can then visit [http://localhost:1313]
to view the site.