Skip to content

Commit

Permalink
Update (#14)
Browse files Browse the repository at this point in the history
* Regular Update
  • Loading branch information
nmdra authored Aug 2, 2024
1 parent e7fff4c commit d4858ad
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
Empty file.
9 changes: 9 additions & 0 deletions assets/css/extended/theme-vars-override.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,12 @@ svg:hover {
border-radius: 0.5rem;
margin: 1rem 0;
}

.toc details summary {
cursor: pointer;
margin-inline-start: 20px;
}

.toc details[open] summary {
cursor: pointer;
}
2 changes: 1 addition & 1 deletion content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ShowCodeCopyButtons: true

*[what is this](https://nownownow.com/about)*

+ **Now**, I am focused on learning web development, primarily [Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript), as well as honing my skills in [C++](https://www.cplusplus.com/) and Go languages.
+ **Now**: I am dedicated to mastering the MERN stack while simultaneously honing my skills in DevOps.

+ In my free time, you can find me 📚 immersed in books and 📺 enjoying captivating Animes. It's a delightful way for me to relax and explore new worlds of imagination.

Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/extend_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
const images = Array.from(document.querySelectorAll(".post-content img"));
images.forEach(img => {
mediumZoom(img, {
margin: 0, /* The space outside the zoomed image */
margin: 5, /* The space outside the zoomed image */
background: '#15161e',
scrollOffset: 40, /* The number of pixels to scroll to close the zoom */
container: null, /* The viewport to render the zoom in */
template: null /* The template element to display on zoom */
template: null, /* The template element to display on zoom */
});
});
</script>
2 changes: 1 addition & 1 deletion themes/PaperMod
Submodule PaperMod updated 45 files
+1 −1 .github/ISSUE_TEMPLATE/bug_report.md
+1 −1 .github/ISSUE_TEMPLATE/config.yml
+0 −7 .github/ISSUE_TEMPLATE/new-blank-issue.md
+7 −0 .github/ISSUE_TEMPLATE/proposal.md
+0 −17 .github/stale.yml
+4 −7 .github/workflows/gh-pages.yml
+1 −1 LICENSE
+11 −8 README.md
+3 −5 assets/css/common/main.css
+7 −3 assets/css/common/post-entry.css
+10 −9 assets/css/common/post-single.css
+5 −4 assets/css/common/profile-mode.css
+1 −1 assets/css/core/license.css
+2 −2 assets/css/core/theme-vars.css
+0 −63 assets/css/hljs/an-old-hope.min.css
+24 −0 assets/css/includes/chroma-mod.css
+86 −0 assets/css/includes/chroma-styles.css
+2 −2 assets/css/includes/scroll-bar.css
+0 −44 assets/js/highlight.min.js
+1 −1 assets/js/license.js
+33 −0 i18n/oc.yaml
+33 −0 i18n/pa.yaml
+33 −0 i18n/pnb.yaml
+33 −0 i18n/ro.yaml
+33 −0 i18n/sk.yaml
+22 −6 layouts/_default/archives.html
+2 −2 layouts/_default/baseof.html
+10 −3 layouts/_default/list.html
+59 −27 layouts/_default/rss.xml
+10 −3 layouts/_default/single.html
+1 −1 layouts/partials/breadcrumbs.html
+6 −5 layouts/partials/cover.html
+13 −4 layouts/partials/footer.html
+5 −18 layouts/partials/head.html
+1 −1 layouts/partials/header.html
+1 −1 layouts/partials/home_info.html
+1 −1 layouts/partials/index_profile.html
+4 −3 layouts/partials/social_icons.html
+347 −167 layouts/partials/svg.html
+47 −0 layouts/partials/templates/_funcs/get-page-images.html
+20 −13 layouts/partials/templates/opengraph.html
+7 −2 layouts/partials/templates/schema_json.html
+24 −19 layouts/partials/templates/twitter_cards.html
+2 −2 layouts/partials/toc.html
+1 −1 theme.toml

0 comments on commit d4858ad

Please sign in to comment.