Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 873 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 873 Bytes

Masima Links

This is a static hugo side to deploy an masima link tree to github pages.

Initial Hugo Setup

Create from scratch new hugo page structure with hugo-wrapper:

./hugow new site lynx

Setup Lynx Theme

cd lynx
mkdir -p themes/lynx/
curl -L https://github.com/jpanther/lynx/archive/refs/tags/v1.3.1.tar.gz | tar -xz -C themes/lynx/ --strip-components=1

For further details refer to lynx

Development

Initial setup above is needed only once to completely start from scratch.

This page is already prepared and edits just happen inside lynx folder.

To start this page on local docker host for development:

docker-compose up

Now visit localhost:1313 to view page & do changes ..