Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.4 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.4 KB

chrisguindon.github.io

My personal website.

Netlify Status

Requirements

What is Hugo?

Hugo is a static site generator. This means that, unlike systems like WordPress, Ghost and Drupal, which run on your web server expensively building a page every time a visitor requests one, Hugo does the building when you create your content.

How to install

Please refer to the Installing Hugo documentation.

What is Node.js

Node.js is an open source, cross-platform runtime environment for server-side and networking applications.

How to install

You can install a pre-built version of node.js via the downloads page.

How to build

git clone [email protected]:chrisguindon/chrisguindon.github.io.git
cd chrisguindon.github.io
npm install
hugo server

Author

Christopher Guindon (Eclipse Foundation)

Copyright and license

Copyright 2009-2023 Christopher Guindon. All Rights Reserved. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).