GithubHelp home page GithubHelp logo

ojisan's Introduction

ojisanseiuchi.com source code

This is the source code for the site www.ojisanseiuchi.com, the personal weblog of Alan Duncan.

The site is built using Hugo, a static site generating platform and styled with a heavily modified version of the Mainroad theme. The theme is not a submodule of this project. It's just easier for me to manage when everything is all integrated. Besides, I'm not planning on reusing this theme in any other project. So why not?

Usage

Creating new post

To create a new post: hugo new post/yyy-mm-dd-your-title/index.md

Building the site

To build the site and serve it locally for testing: hugo server -D or to build for deployment, just hugo.

Deployment

There is currently no facility for deploying the site. Simply build and use Transmit to upload the public directory.

Development notes

  • Uses the built-in syntax highlighting, which uses Chroma. Since I want to use a specific theme, the configuration parameter pygmentsUseClasses = true is set in the site configuration file. The site is currently using the Monokai light style. Note that the syntax.css file is expected in static/css/syntax.css and has to be built from the Chroma style: hugo gen chromastyles --style=monokailight > syntax.css then just move the generated css file into place.

References

ojisan's People

Contributors

nsbum avatar

Watchers

 avatar

Forkers

datwins

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.