diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index a56da9f..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: github pages - -on: - push: - branches: - - site - -jobs: - build-deploy: - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@master - - - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.0 - with: - hugo-version: '0.58.3' - - - name: Build - run: hugo --gc --minify --cleanDestinationDir - - - name: Deploy - uses: peaceiris/actions-gh-pages@v2.4.0 - env: - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} - PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: ./public diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2eb8e79..cb4c3aa 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,12 +1,26 @@ -baseURL = "http://example.org/" +baseURL = "https://athul.github.io/archie/" languageCode = "en-us" title = "Archie" theme="archie" - +copyright = "© Athul" +pygmentsstyle = "monokai" +pygmentscodefences = true +pygmentscodefencesguesssyntax = true [params] - subtitle = "Minimal and Crisp blog theme for hugo [blog theme for Hugo](https://github.com/vividvilla/ezhil)" + featherIconsCDN=true + subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)" [[params.social]] -name = "Github" +name = "GitHub" icon = "github" -url = "https://github.com/vividvilla/ezhil" \ No newline at end of file +url = "https://github.com/athul/archie" + +[[params.social]] +name = "Twitter" +icon = "twitter" +url = "https://github.com/athulcajay/" + +[[params.social]] +name = "GitLab" +icon = "gitlab" +url = "https://gitlab.com/athul/" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 664d09b..ab21fa6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,12 +1,10 @@ {{ if not .Site.IsServer }} {{ template "_internal/google_analytics_async.html" . }} {{ end }} \ No newline at end of file + + diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e3a3d64..3334e09 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,9 +1,11 @@