djinna / clone---alexandersandberg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alexandersandberg.com

Netlify Status

This is the source code for my personal website, where I occasionally share some interesting stuff with the world.

The website is built with Hugo and hosted using Netlify.

Install hugo

brew install hugo

Run website locally

hugo server

Create a new post

hugo new [-k <archetype>] <path>

examples:

# books post:
hugo new -k books posts/book-title.md

# other post:
hugo new posts/post-name.md

# page:
hugo new pages/page-title.md

Publish site

Personally, I've connected the project's repo to Netlify and simply push to the repo to publish new updates.

If you want to deploy the site yourself you can use the button below.

Deploy to Netlify

About

License:MIT License


Languages

Language:HTML 64.7%Language:CSS 35.3%