Skip to content

Commit

Permalink
upgrade themes/harbor; add custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
isayme committed Nov 9, 2023
1 parent 3b7e009 commit d828c72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ baseURL = "https://blog.isayme.org/"
languageCode = "en-us"
title = "BLOG - ISAYME"
theme = "harbor"
summaryLength = 1
summaryLength = 1

[params]
customCSS = ["/css/custom.css"] # in case you use `/static/css/custom.css`
3 changes: 3 additions & 0 deletions static/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.article img {
max-width: 100%;
}
2 changes: 1 addition & 1 deletion themes/harbor
Submodule harbor updated 46 files
+30 −0 .github/workflows/build.yml
+40 −0 .github/workflows/gh-pages.yml
+56 −42 README.md
+49 −0 assets/css/dark.css
+43 −0 assets/css/main.css
+0 −0 assets/css/syntax.css
+33 −0 assets/js/flexsearch.bundle.js
+1 −1 assets/js/instantpage.min.js
+7 −0 assets/js/mark.min.js
+95 −0 assets/js/search.js
+2 −0 assets/js/theme.js
+15 −0 assets/list.json
+0 −58 exampleSite/config.toml
+0 −4 exampleSite/content/archives.md
+0 −7 exampleSite/content/page/about.md
+0 −5 exampleSite/content/page/search.md
+0 −47 exampleSite/content/post/emoji-support.md
+0 −147 exampleSite/content/post/markdown-syntax.md
+0 −46 exampleSite/content/post/math-typesetting.mmark
+0 −58 exampleSite/content/post/placeholder-text.md
+0 −42 exampleSite/content/post/rich-content.md
+12 −0 i18n/id.toml
+16 −14 layouts/_default/list.html
+0 −13 layouts/_default/list.json
+11 −0 layouts/_default/search.html
+8 −2 layouts/_default/single.html
+20 −1 layouts/partials/analytics.html
+8 −4 layouts/partials/backtotop.html
+22 −0 layouts/partials/bottomnav.html
+5 −3 layouts/partials/footer.html
+50 −9 layouts/partials/head.html
+2 −2 layouts/partials/nav.html
+3 −1 layouts/partials/postmeta.html
+23 −17 layouts/partials/social.html
+0 −10 layouts/shortcodes/search.html
+1,234 −6,161 package-lock.json
+13 −25 package.json
+1 −2 sonar-project.properties
+0 −11 static/css/dark.css
+ static/favicon.ico
+ static/images/icon.png
+0 −58 static/js/bundle.js
+0 −153 static/src/main.js
+0 −23 webpack.common.js
+0 −11 webpack.development.js
+0 −10 webpack.production.js

0 comments on commit d828c72

Please sign in to comment.