From 26f1f90c1d320897ee16692f4938cf9f333f6bc1 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 6 Jun 2020 02:32:29 +0200 Subject: [PATCH] cleaned website stylesheets, reactivated ip address ws on artible pages --- .../post/2020-02-07-PaulBSD-Web-Services.md | 1 - content/post/2020-03-05-NetBSD-9.0-update.md | 1 - themes/hugo-theme-wave/archetypes/default.md | 3 +- themes/hugo-theme-wave/bin/PagesIndex.json | 1 - themes/hugo-theme-wave/bin/comment-touch.sh | 25 - .../bin/gitlab_cal-heatmap-container.sh | 8 - .../bin/gitlab_calendar_json_2.html | 57 -- themes/hugo-theme-wave/bin/lunr.sh | 24 - themes/hugo-theme-wave/layouts/404.html | 18 +- .../layouts/_default/list.html | 5 +- .../layouts/_default/single.html | 3 +- .../layouts/_default/summary.html | 5 +- .../layouts/_default/terms.html | 2 +- .../layouts/archive/single.html | 32 +- themes/hugo-theme-wave/layouts/index.html | 29 +- .../layouts/partials/article_first.html | 9 +- .../layouts/partials/article_footer.html | 8 +- .../layouts/partials/article_list.html | 12 +- .../layouts/partials/footer.html | 15 +- .../layouts/partials/footer_js.html | 12 - .../layouts/partials/head.html | 8 +- .../layouts/partials/header.html | 9 +- .../layouts/partials/navbar-icon.html | 2 +- .../layouts/partials/navbar-menu.html | 4 +- .../layouts/partials/navbar-search.html | 2 +- .../layouts/partials/social.html | 4 +- .../layouts/partials/title.html | 4 +- .../partials/widgets/documentation.html | 1 - .../layouts/partials/widgets/download.html | 6 +- .../partials/widgets/recent_articles.html | 8 +- .../layouts/partials/widgets/tag_cloud.html | 2 - .../layouts/partials/widgets/update.html | 29 +- themes/hugo-theme-wave/static/css/mobile.css | 66 +- themes/hugo-theme-wave/static/css/style.css | 603 ++++++++++++++---- themes/hugo-theme-wave/theme.toml | 2 +- themes/hugo-theme-wave/wercker.yml | 8 +- 36 files changed, 645 insertions(+), 383 deletions(-) delete mode 100644 themes/hugo-theme-wave/bin/PagesIndex.json delete mode 100755 themes/hugo-theme-wave/bin/comment-touch.sh delete mode 100755 themes/hugo-theme-wave/bin/gitlab_cal-heatmap-container.sh delete mode 100644 themes/hugo-theme-wave/bin/gitlab_calendar_json_2.html delete mode 100755 themes/hugo-theme-wave/bin/lunr.sh delete mode 100644 themes/hugo-theme-wave/layouts/partials/footer_js.html diff --git a/content/post/2020-02-07-PaulBSD-Web-Services.md b/content/post/2020-02-07-PaulBSD-Web-Services.md index 4e969b8..e789133 100644 --- a/content/post/2020-02-07-PaulBSD-Web-Services.md +++ b/content/post/2020-02-07-PaulBSD-Web-Services.md @@ -6,7 +6,6 @@ tags = ["paulbsd","services","web"] title = "PaulBSD Web Services" +++ - # PaulBSD Web Services PaulBSD.com provides many services like : diff --git a/content/post/2020-03-05-NetBSD-9.0-update.md b/content/post/2020-03-05-NetBSD-9.0-update.md index bc78349..b2ee25f 100644 --- a/content/post/2020-03-05-NetBSD-9.0-update.md +++ b/content/post/2020-03-05-NetBSD-9.0-update.md @@ -6,7 +6,6 @@ tags = ["paulbsd","netbsd","legacy"] title = "NetBSD 9.0 update" +++ - # NetBSD 9.0 update As the new major release of NetBSD being rolled, PaulBSD upgraded legacy production in Normandy to NetBSD 9.0 which provides new fun features as below : diff --git a/themes/hugo-theme-wave/archetypes/default.md b/themes/hugo-theme-wave/archetypes/default.md index a71bb5e..9f3f27e 100644 --- a/themes/hugo-theme-wave/archetypes/default.md +++ b/themes/hugo-theme-wave/archetypes/default.md @@ -2,5 +2,4 @@ tags = [] categories = [] menu = "" -+++ - ++++ \ No newline at end of file diff --git a/themes/hugo-theme-wave/bin/PagesIndex.json b/themes/hugo-theme-wave/bin/PagesIndex.json deleted file mode 100644 index f9a2c01..0000000 --- a/themes/hugo-theme-wave/bin/PagesIndex.json +++ /dev/null @@ -1 +0,0 @@ -[{"title":"Creating a new theme","tags":["hugo","golang","jekyll"],"href":"/post/2016-01-01-creating-a-new-theme","content":" Overview Hugo is a static HTML and CSS website generator written in Go It is optimized for speed easy use and configurability Hugo takes a directory with content and templates and renders them into a full HTML website Hugo relies on Markdown files with front matter for meta data And you can run Hugo from any directory This works well for shared hosts and other systems where you dont have a privileged account Hugo renders a typical website of moderate size in a fraction of a second A good rule of thumb is that each piece of content renders in around 1 millisecond Hugo is designed to work well for any kind of website including blogs tumbles and docs Supported Architectures Currently we provide prebuilt Hugo binaries for Windows Linux FreeBSD NetBSD and OSnbspX Darwin for x64 i386 and ARM architectures Hugo may also be compiled from source wherever the Go compiler tool chain can run eg for other operating systems including DragonFly BSD OpenBSD Plannbsp9 and Solaris Complete documentation is available at Hugo Documentation Choose How to Install If you want to use Hugo as your site generator simply install the Hugo binaries The Hugo binaries have no external dependencies To contribute to the Hugo source code or documentation you should fork the Hugo GitHub projecthttpsgithubcomspf13hugoforkdestinationbox and clone it to your local machine Finally you can install the Hugo source code with go build the binaries yourself and run Hugo that way Building the binaries is an easy task for an experienced go getter Install Hugo as Your Site Generator Binary Install Use the installation instructions in the Hugo documentationhttpgohugoiooverviewinstalling Clone the Hugo Project Contributor 1 Make sure your local environment has the following software installed Githttpsgitscmcom Mercurialhttpswwwmercurialscmorg Go 14 2 Fork the Hugo project on GitHubhttpsgithubcomspf13hugo 3 Clone your fork git clone httpsgithubcomYOURNAMEhugo 4 Change into the hugo directory cd hugo 5 Install the Hugo projects package dependencies go get u v githubcomspf13hugo 6 Use a symbolic link to add your locally cloned Hugo repository to your GOPATH assuming you prefer doing development work outside of GOPATH bash rm rf GOPATHsrcgithubcomspf13hugo ln s pwd GOPATHsrcgithubcomspf13hugo Go expects all of your libraries to be found inGOPATH Build and Install the Binaries from Source Advanced Install Add Hugo and its package dependencies to your go src directory go get v githubcomspf13hugo Once the get completes you should find your new hugo or hugoexe executable sitting inside GOPATHbin To update Hugos dependencies use go get with the u option go get u v githubcomspf13hugo Contribute to Hugo We welcome contributions to Hugo of any kind including documentation themes organization tutorials blog posts bug reports issues feature requests feature implementation pull requests answering questions on the forum helping to manage issues etc The Hugo community and maintainers are very active and helpful and the project benefits greatly from this activity Throughput Graphhttpsgraphswaffleiospf13hugothroughputsvghttpswaffleiospf13hugometrics If you have any questions about how to contribute or what to contribute please ask on the forumhttpdiscussgohugoio Code Contribution Guideline We welcome your contributions To make the process as seamless as possible we ask for the following Go ahead and fork the project and make your changes We encourage pull requests to discuss code changes When youre ready to create a pull request be sure to Sign the CLAhttpsclaassistantiospf13hugo Have test cases for the new code If you have questions about how to do it please ask in your pull request Run go fmt Squash your commits into a single commit git rebase i Its okay to force update your pull request This blog articlehttpchrisbeamsiopostsgitcommit is a good resource for learning how to write good commit messages the most important part being that each commit message should have a titlesubject in imperative mood starting with a capital letter and no trailing period Return error on wrong use of the Paginator NOT returning some error Also if your commit references one or more GitHub issues always end your commit message body with See 1234 or Fixes 1234 Replace 1234 with the GitHub issue ID The last example will close the issue when the commit is merged into master Make sure go test passes and go build completes Our Travis CI loophttpstravisciorgspf13hugo Linux and AppVeyorhttpsciappveyorcomprojectspf13hugobranchmaster Windows will catch most things that are missing Build Hugo with Your Changes bash cd pathtohugo go build o hugo maingo mv hugo usrlocalbin Add Compile Information to Hugo To add compile information to Hugo replace the go build command with the following replace pathtohugo with the actual path go build ldflags X pathtohugohugolibCommitHash git revparse short HEAD 2devnull X githubcomspf13hugohugolibBuildDate date FTTz This will result in hugo version output that looks similar to Hugo Static Site Generator v013DEV8042E77 buildDate 20141225T0325570700 Alternatively just run make mdash all the magic above is already in the Makefile wink Run Hugo bash cd pathtohugo go install githubcomspf13hugohugolib go run maingo "},{"title":"keybind","tags":["keybind"],"href":"/post/2016-05-27-keybind","content":"Vim keyaction j k Ctrl CtrlEnter"}] \ No newline at end of file diff --git a/themes/hugo-theme-wave/bin/comment-touch.sh b/themes/hugo-theme-wave/bin/comment-touch.sh deleted file mode 100755 index eabf0af..0000000 --- a/themes/hugo-theme-wave/bin/comment-touch.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash - -d=content/post - -if [ ! -d ../syui.gitlab.io-comment ];then - git clone https://github.com/mba-hack/syui.gitlab.io-comment.git ../syui.gitlab.io-comment -fi -if [ -d ../${d} ];then - mkdir -p ../syui.gitlab.io-comment/_posts - f=$(echo -e "`ls -A ../${d}`\n`ls -A ../syui.gitlab.io-comment/_posts`" | sort | uniq -u) - cd ../syui.gitlab.io-comment/_posts - if [ -n "$f" ];then - n=`echo "$f" | wc -l` - echo $n - for (( i=1;i<=$n;i++ )) - do - t=`echo "$f" | awk "NR==$i"` - echo $t - touch $t - git add $t - git commit -m "update" - git push - done - fi -fi diff --git a/themes/hugo-theme-wave/bin/gitlab_cal-heatmap-container.sh b/themes/hugo-theme-wave/bin/gitlab_cal-heatmap-container.sh deleted file mode 100755 index 0f48950..0000000 --- a/themes/hugo-theme-wave/bin/gitlab_cal-heatmap-container.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/zsh -#github=github.com/users/syui/contributions_calendar_data -f=${0:a:h:h}/static/json/datas.json -u=gitlab.com/u/$USER/calendar -t=`curl -sL $u|grep '{"'` -echo ${t%,}|jq . -echo ${t%,} >! $f - diff --git a/themes/hugo-theme-wave/bin/gitlab_calendar_json_2.html b/themes/hugo-theme-wave/bin/gitlab_calendar_json_2.html deleted file mode 100644 index d836f19..0000000 --- a/themes/hugo-theme-wave/bin/gitlab_calendar_json_2.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - -

Calendar Activities

-
-
- - - - - diff --git a/themes/hugo-theme-wave/bin/lunr.sh b/themes/hugo-theme-wave/bin/lunr.sh deleted file mode 100755 index 612161c..0000000 --- a/themes/hugo-theme-wave/bin/lunr.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/zsh -d=${0:a:h:h} -# backup -h=${0:a:h} -if cat $j|jq . ;then - cp $j $h -fi -h=$h/PagesIndex.json -j=$d/static/bower_components/lunr.js/PagesIndex.json -t=`cat $j |jq '.[]'|sed -e 's#/post##g'` -a=`cat $j | sed -e 's#/post##g'` -echo $a >! $j -t=`echo $t|jq -r '.href'|cut -d - -f 1-4` - -for (( i=1;i<=`echo "$t"|wc -l`;i++ )) -do - f=`echo "$t"|awk "NR==$i"` - c=`echo $f|tr '-' '/'` - sed -i "" "s#${f}#${c}#g" $j -done - -cat $j - -diff $j $h diff --git a/themes/hugo-theme-wave/layouts/404.html b/themes/hugo-theme-wave/layouts/404.html index c985902..fee66be 100644 --- a/themes/hugo-theme-wave/layouts/404.html +++ b/themes/hugo-theme-wave/layouts/404.html @@ -9,14 +9,14 @@

-

-

- {{with .Site.Data.l10n.page_not_found.title}}{{.}}{{end}} -

-

- {{with .Site.Data.l10n.page_not_found.subtitle}}{{.}}{{end}} -

-
+
+

+ {{with .Site.Data.l10n.page_not_found.title}}{{.}}{{end}} +

+

+ {{with .Site.Data.l10n.page_not_found.subtitle}}{{.}}{{end}} +

+

@@ -29,4 +29,4 @@ {{ partial "footer" . }} - + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/_default/list.html b/themes/hugo-theme-wave/layouts/_default/list.html index 14f3387..6a26472 100644 --- a/themes/hugo-theme-wave/layouts/_default/list.html +++ b/themes/hugo-theme-wave/layouts/_default/list.html @@ -14,7 +14,7 @@ {{ end }} {{ $paginator := .Paginate $pages }} {{ range $paginator.Pages }} - {{ .Render "summary" }} + {{ .Render "summary" }} {{ end }} @@ -26,4 +26,5 @@ {{ partial "footer" . }} - + + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/_default/single.html b/themes/hugo-theme-wave/layouts/_default/single.html index 1af6123..7ebff5b 100644 --- a/themes/hugo-theme-wave/layouts/_default/single.html +++ b/themes/hugo-theme-wave/layouts/_default/single.html @@ -10,4 +10,5 @@ {{ partial "footer" . }} - + + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/_default/summary.html b/themes/hugo-theme-wave/layouts/_default/summary.html index c8646aa..8df30fa 100644 --- a/themes/hugo-theme-wave/layouts/_default/summary.html +++ b/themes/hugo-theme-wave/layouts/_default/summary.html @@ -5,7 +5,8 @@ {{ if isset .Params "banner" }} - + {{ else }} @@ -23,4 +24,4 @@ - + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/_default/terms.html b/themes/hugo-theme-wave/layouts/_default/terms.html index 56c83e7..db800db 100644 --- a/themes/hugo-theme-wave/layouts/_default/terms.html +++ b/themes/hugo-theme-wave/layouts/_default/terms.html @@ -26,4 +26,4 @@ {{ partial "footer" . }} - + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/archive/single.html b/themes/hugo-theme-wave/layouts/archive/single.html index 53e454f..cedd8db 100644 --- a/themes/hugo-theme-wave/layouts/archive/single.html +++ b/themes/hugo-theme-wave/layouts/archive/single.html @@ -8,19 +8,19 @@
{{ .Content }} @@ -36,10 +36,6 @@ cal.init({
- - {{ partial "footer" . }} - - - + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/index.html b/themes/hugo-theme-wave/layouts/index.html index c6fcb21..a530ace 100644 --- a/themes/hugo-theme-wave/layouts/index.html +++ b/themes/hugo-theme-wave/layouts/index.html @@ -1,18 +1,19 @@ - {{ partial "head" . }} - -
-
- {{ partial "header" . }} - -
- {{ partial "article_list" . }} - {{ partial "sidebar" . }} -
+{{ partial "head" . }} + + +
+
+ {{ partial "header" . }} + +
+ {{ partial "article_list" . }} + {{ partial "sidebar" . }}
- {{ partial "footer" . }} - {{ partial "footer_js" . }} - - +
+ {{ partial "footer" . }} + + + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/article_first.html b/themes/hugo-theme-wave/layouts/partials/article_first.html index 0bbd75a..2c09d85 100644 --- a/themes/hugo-theme-wave/layouts/partials/article_first.html +++ b/themes/hugo-theme-wave/layouts/partials/article_first.html @@ -1,13 +1,8 @@
-

A simple, lightweight theme

- You've reached the website for Arch Linux user, I was in mobile-enabled. + You've reached the website for Arch Linux user, I was in mobile-enabled.

- -
- +
\ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/article_footer.html b/themes/hugo-theme-wave/layouts/partials/article_footer.html index 6fc60dd..8fcb14c 100644 --- a/themes/hugo-theme-wave/layouts/partials/article_footer.html +++ b/themes/hugo-theme-wave/layouts/partials/article_footer.html @@ -1,13 +1,7 @@
+ \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/article_list.html b/themes/hugo-theme-wave/layouts/partials/article_list.html index f82d4e5..4a07266 100644 --- a/themes/hugo-theme-wave/layouts/partials/article_list.html +++ b/themes/hugo-theme-wave/layouts/partials/article_list.html @@ -20,15 +20,15 @@ {{ partial "article_header" . }}

- {{ .Summary }} ... + {{ .Summary }} ...

- - Read more - - +

-
+ - + - + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/navbar-icon.html b/themes/hugo-theme-wave/layouts/partials/navbar-icon.html index e8f997f..deae362 100644 --- a/themes/hugo-theme-wave/layouts/partials/navbar-icon.html +++ b/themes/hugo-theme-wave/layouts/partials/navbar-icon.html @@ -17,4 +17,4 @@ - + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/navbar-menu.html b/themes/hugo-theme-wave/layouts/partials/navbar-menu.html index 75ef404..3373c68 100644 --- a/themes/hugo-theme-wave/layouts/partials/navbar-menu.html +++ b/themes/hugo-theme-wave/layouts/partials/navbar-menu.html @@ -1,7 +1,7 @@
  • Home
  • + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/navbar-search.html b/themes/hugo-theme-wave/layouts/partials/navbar-search.html index 2af09f0..94a6405 100644 --- a/themes/hugo-theme-wave/layouts/partials/navbar-search.html +++ b/themes/hugo-theme-wave/layouts/partials/navbar-search.html @@ -4,4 +4,4 @@ - + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/social.html b/themes/hugo-theme-wave/layouts/partials/social.html index 7107dc6..41c5158 100644 --- a/themes/hugo-theme-wave/layouts/partials/social.html +++ b/themes/hugo-theme-wave/layouts/partials/social.html @@ -76,7 +76,7 @@ {{ with .Site.Social.stackoverflow }} + class="fa fa-stackoverflow"> {{ end }} {{ with .Site.Social.reddit }} @@ -97,4 +97,4 @@ {{ with .Site.Social.twitter }} -{{ end }} +{{ end }} \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/title.html b/themes/hugo-theme-wave/layouts/partials/title.html index a0c5ead..926cf13 100644 --- a/themes/hugo-theme-wave/layouts/partials/title.html +++ b/themes/hugo-theme-wave/layouts/partials/title.html @@ -1,6 +1,6 @@ + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/widgets/documentation.html b/themes/hugo-theme-wave/layouts/partials/widgets/documentation.html index 730a274..a4ea060 100644 --- a/themes/hugo-theme-wave/layouts/partials/widgets/documentation.html +++ b/themes/hugo-theme-wave/layouts/partials/widgets/documentation.html @@ -2,7 +2,6 @@

    Docs -

    \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/widgets/recent_articles.html b/themes/hugo-theme-wave/layouts/partials/widgets/recent_articles.html index 969d63f..455fb56 100644 --- a/themes/hugo-theme-wave/layouts/partials/widgets/recent_articles.html +++ b/themes/hugo-theme-wave/layouts/partials/widgets/recent_articles.html @@ -8,11 +8,11 @@ Posts - {{ range first 10 (where .Site.RegularPages "Type" "post") }} + {{ range first 10 (where .Site.RegularPages "Type" "post") }} -
  • {{ .Title }}
  • - {{ end }} +
  • {{ .Title }}
  • + {{ end }} -{{ end }} +{{ end }} \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/widgets/tag_cloud.html b/themes/hugo-theme-wave/layouts/partials/widgets/tag_cloud.html index d2f5630..9bd2860 100644 --- a/themes/hugo-theme-wave/layouts/partials/widgets/tag_cloud.html +++ b/themes/hugo-theme-wave/layouts/partials/widgets/tag_cloud.html @@ -4,8 +4,6 @@