Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.66 KB

File metadata and controls

55 lines (40 loc) · 1.66 KB

Blog

A blog about servicenow

Installing / Getting started

To get up and running you need hugo.

git clone https://github.com/jacebenson/blog
cd blog
path/to/hugo server --watch #should bind to localhost:1313

The code above clones this repo, goes into the new directory and then expects you to run hugo server --watch, which generates and serves the site locally.

Deploying / Publishing

It appears there are ways to allow Github to host hugo sites, however, I've gone with Netlify to do this as that makes this really simple. If you don't want to test locally, you can do that as well.

  1. Logon to netlify
  2. Add a new site from Github
  3. It should have a Build Command of hugo
  4. It should have a Publish Directory of public

Features

What's all the bells and whistles this project can perform?

  • Syntax Highlighted code
  • MermaidJS rendering
  • Built in Google Search
  • Pagination
  • Fast Builds (less than a minute)

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Links

Licensing

"The code in this project is licensed under MIT license."