mestery / thenetlol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thenet.lol

Netlify Status GitHub license

This is static content for the website https://thenet.lol, which is generated using Hugo.

Spinning up Hugo Locally

You can setup Hugo locally for testing and previewing changes. First, install Hugo.

# Linux 
$ apt-get install hugo
# or
$ dnf install hugo

# OSX
$ brew install hugo

# Windows
$ choco install hugo -confirm

Clone the repository and initialize the git submodules.

$ git clone https://github.com/mestery/thenetlol.git
$ cd thenetlol
$ git submodule init
$ git submodule update

Start hugo from inside the repo with hugo server and the site contents will be displayed in the URL Hugo returns.

$ hugo server
                  | EN
-------------------+-----
 Pages            | 11
 Paginator pages  |  0
 Non-page files   |  0
 Static files     | 14
 Processed images |  0
 Aliases          |  6
 Sitemaps         |  1
 Cleaned          |  0

Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop

About

License:Apache License 2.0


Languages

Language:JavaScript 88.4%Language:CSS 7.3%Language:HTML 3.4%Language:Python 0.7%Language:Shell 0.2%