diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/Makefile b/Makefile index 8c35cff..5c1c8fd 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: hugo -D deploy: clean build - rsync -vlcr --delete-after ./public/* core.lxsameer.com:/home/www/public/serene/ + rsync -vlcr --delete-after ./public/* www@core.lxsameer.com:/home/www/public/serene/ serve: build hugo serve diff --git a/config.yml b/config.yml index 01cae11..a9f44cf 100644 --- a/config.yml +++ b/config.yml @@ -2,7 +2,7 @@ baseURL: "https://serene-lang.org/" title: Serene Programming Language paginate: 5 theme: hugo-PaperMod -Copyright: © 2019-2021 Sameer Rahmani +Copyright: © 2019-2022 Sameer Rahmani menu: main: @@ -18,6 +18,10 @@ menu: name: Source url: https://devheroes.codes/Serene weight: 30 + - identifier: Supporters + name: Supporters + url: /supporters + weight: 40 enableRobotsTXT: true buildDrafts: false diff --git a/content/home.md b/content/home.md index c4f9daa..a845151 100644 --- a/content/home.md +++ b/content/home.md @@ -1,4 +1,2 @@ --- --- - -> hnthnt diff --git a/content/supporters.md b/content/supporters.md new file mode 100644 index 0000000..4fdcf1c --- /dev/null +++ b/content/supporters.md @@ -0,0 +1,9 @@ +--- +title: "People who supported Serene" +date: 2021-12-15T23:46:46+01:00 +draft: false +--- + +Here is a list of all the generous people who has supported Serene so far: + +- No one yet. diff --git a/layouts/partials/home_info.html b/layouts/partials/home_info.html index 9c61039..4c156f6 100644 --- a/layouts/partials/home_info.html +++ b/layouts/partials/home_info.html @@ -10,7 +10,9 @@ process and there is a long way to go. If you're interested, contact us by joining our mailing list and checkout the git repository. Also, we document our progress in development via some video tutorials and code walkthrough that can be a good guide for the developers who want to join the team. You can find - the videos on here.

+ the videos on here. +

+