Skip to content

Commit

Permalink
Update demo site wrt
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Dec 31, 2023
1 parent 4aba1e8 commit cc9be61
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 108 deletions.
21 changes: 0 additions & 21 deletions assets/css/extended/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,3 @@ iframe {
.entry-cover img {
border: 1px solid var(--border);
}

/* line highlight fix start */
.chroma .hl {
display: inherit;
}

.post-content table pre code {
padding: 10px 0px 10px 0px;
}

.chroma .lntd:first-of-type {
padding-inline-start: 10px;
}

.chroma .lntd:last-of-type {
padding-inline-end: 10px;
width: 100%;
}

/* line highlight fix end */

85 changes: 0 additions & 85 deletions assets/css/extended/dracula.css

This file was deleted.

3 changes: 2 additions & 1 deletion content/posts/code_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ This is pre text
</html>
```

- With `linenos=inline` line <mark>**might not** get highlighted</mark> properly.
- <del>With `linenos=inline` line <mark>**might not** get highlighted</mark> properly.<del>
- This issue is fixed with [045c084](https://github.com/adityatelange/hugo-PaperMod/commit/045c08496d61b1b3f9c79e69e7d3d243a526d8f3)

```html {linenos=inline,hl_lines=[2,8]}
<!DOCTYPE html>
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-PaperMod
Submodule hugo-PaperMod updated 87 files
+0 −12 .github/FUNDING.yml
+4 −1 .github/ISSUE_TEMPLATE/bug_report.md
+0 −32 .github/workflows/build.yml
+60 −22 .github/workflows/gh-pages.yml
+1 −1 LICENSE
+28 −13 README.md
+1 −5 assets/css/common/header.css
+3 −5 assets/css/common/main.css
+7 −3 assets/css/common/post-entry.css
+36 −59 assets/css/common/post-single.css
+5 −5 assets/css/common/profile-mode.css
+6 −0 assets/css/core/license.css
+2 −22 assets/css/core/reset.css
+2 −2 assets/css/core/theme-vars.css
+6 −9 assets/css/core/zmedia.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
+63 −0 assets/css/includes/scroll-bar.css
+27 −22 assets/js/fastsearch.js
+9 −0 assets/js/fuse.basic.min.js
+0 −9 assets/js/fuse.js
+0 −44 assets/js/highlight.min.js
+6 −0 assets/js/license.js
+8 −2 i18n/ar.yaml
+39 −0 i18n/be.yaml
+7 −2 i18n/bn.yaml
+33 −0 i18n/cs.yaml
+18 −4 i18n/de.yaml
+33 −0 i18n/el.yaml
+10 −2 i18n/en.yaml
+11 −3 i18n/es.yaml
+10 −5 i18n/fr.yaml
+19 −5 i18n/he.yaml
+5 −2 i18n/hi.yaml
+33 −0 i18n/hr.yaml
+20 −3 i18n/id.yaml
+14 −3 i18n/it.yaml
+19 −2 i18n/ja.yaml
+10 −2 i18n/ko.yaml
+5 −5 i18n/ku.yaml
+28 −0 i18n/ms.yaml
+5 −0 i18n/nl.yaml
+33 −0 i18n/no.yaml
+7 −2 i18n/pl.yaml
+17 −0 i18n/pt.yaml
+33 −0 i18n/ro.yaml
+17 −1 i18n/ru.yaml
+28 −0 i18n/sv.yaml
+33 −0 i18n/sw.yaml
+33 −0 i18n/th.yaml
+10 −2 i18n/tr.yaml
+9 −1 i18n/vi.yaml
+10 −2 i18n/zh-tw.yaml
+8 −0 i18n/zh.yaml
+29 −4 layouts/_default/archives.html
+6 −2 layouts/_default/baseof.html
+1 −1 layouts/_default/index.json
+44 −12 layouts/_default/list.html
+60 −27 layouts/_default/rss.xml
+1 −1 layouts/_default/search.html
+14 −8 layouts/_default/single.html
+1 −1 layouts/_default/terms.html
+2 −2 layouts/partials/author.html
+2 −2 layouts/partials/breadcrumbs.html
+11 −8 layouts/partials/cover.html
+4 −4 layouts/partials/edit_post.html
+10 −10 layouts/partials/footer.html
+53 −62 layouts/partials/head.html
+47 −19 layouts/partials/header.html
+5 −5 layouts/partials/home_info.html
+41 −6 layouts/partials/index_profile.html
+2 −2 layouts/partials/post_canonical.html
+8 −2 layouts/partials/post_meta.html
+69 −45 layouts/partials/share_icons.html
+4 −3 layouts/partials/social_icons.html
+302 −29 layouts/partials/svg.html
+22 −7 layouts/partials/templates/opengraph.html
+14 −14 layouts/partials/templates/schema_json.html
+22 −5 layouts/partials/templates/twitter_cards.html
+6 −2 layouts/partials/toc.html
+3 −3 layouts/partials/translation_list.html
+1 −1 layouts/robots.txt
+0 −72 layouts/shortcodes/blockquote.html
+5 −0 layouts/shortcodes/inTextImg.html
+1 −1 layouts/shortcodes/rawhtml.html
+1 −1 theme.toml

0 comments on commit cc9be61

Please sign in to comment.