diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..ec390cd --- /dev/null +++ b/content/about.md @@ -0,0 +1,119 @@ +--- +title: "About" +date: 2026-05-09T12:00:00+05:30 +description: "A fast, clean, and responsive Hugo theme designed for bloggers and content creators." +author: ["Aditya Telange"] +draft: false +hiddenInRss: true +disableShare: true +ShowBreadcrumbs: false +--- + +PaperMod is a fast, clean, and responsive Hugo theme designed for bloggers and content creators. It offers a modern design with a focus on readability and performance, making it an excellent choice for personal blogs, portfolios, and documentation sites. + +> Based on [hugo-paper](https://github.com/nanxiaobei/hugo-paper/tree/4330c8b12aa48bfdecbcad6ad66145f679a430b3), with additional features and customization options. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PaperMod at Hugo ThemesPaperMod@themes.gohugo.io
Minimum Hugo VersionHugo v0.146.0+
Discord CommunityJoin Discord to chat with the community
Github DiscussionJoin Discussions on Github
Live Demoadityatelange.github.io/hugo-PaperMod
DocumentationGithub Wiki
Example Site SourceexampleSite branch
Star History Rankko-fi
+ +

+ Mockup image +

+ +--- + +## Features πŸ’₯ + +`β˜„οΈ Fast | ☁️ Fluent | πŸŒ™ Smooth | πŸ“± Responsive` + +- **Asset pipeline** -- Hugo's built-in asset generator with fingerprinting, bundling, and minification. +- **Three layout modes** -- [Regular](https://github.com/adityatelange/hugo-PaperMod/wiki/Features#regular-mode-default-mode), [Home-Info](https://github.com/adityatelange/hugo-PaperMod/wiki/Features#home-info-mode), and [Profile](https://github.com/adityatelange/hugo-PaperMod/wiki/Features#profile-mode). +- **Light and dark themes** -- Automatic switching based on browser preference, plus a manual toggle. +- **Multilingual support** -- Includes a built-in language selector. +- **Search** -- Client-side search powered by Fuse.js. +- **SEO optimized** -- Open Graph, Twitter Cards, and Schema.org structured data out of the box. +- **Cover images** -- Per-post cover images with responsive image support. +- **Table of contents** -- Auto-generated from heading structure. +- **Multiple authors** -- Native support for multi-author sites. +- **Social icons and share buttons** -- Configurable social links and per-post sharing. +- **Breadcrumb navigation** +- **Post archives and taxonomies** +- **Code block copy buttons** -- One-click copying with Chroma syntax highlighting. +- **Related post suggestions** +- **Zero JS build dependencies** -- No webpack, Node.js, or other tooling required. + +| Topic | Description | +| ------------------------------------------------------------------------------------------------- | ----------------------------------------------- | +| **[Installation guide](https://github.com/adityatelange/hugo-PaperMod/wiki/Installation)** | Detailed installation and update instructions | +| **[Features wiki page](https://github.com/adityatelange/hugo-PaperMod/wiki/Features)** | In-depth explanations of all features | +| **[FAQ wiki](https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs)** | Common questions and configuration walkthroughs | +| **[Icons wiki](https://github.com/adityatelange/hugo-PaperMod/wiki/Icons)** | Documentation for social icons and share icons | +| **[Variables wiki](https://github.com/adityatelange/hugo-PaperMod/wiki/Variables)** | List of all available template variables | +| **[Overiding templates](https://github.com/adityatelange/hugo-PaperMod/wiki/Template_Overrides)** | Guide to customizing templates without forking | +| **[Releases](https://github.com/adityatelange/hugo-PaperMod/releases)** | Detailed history of releases | + +--- + +## Performance β˜„οΈ + +PaperMod consistently scores near-perfect results on [Pagespeed Insights](https://pagespeed.web.dev/report?url=https://adityatelange.github.io/hugo-PaperMod/). + +image + +--- + +## Support 🫢 + +- Star this repository to show your support. +- Share PaperMod with others who might find it useful. +- Sponsor the project on [GitHub Sponsors](https://github.com/sponsors/adityatelange) or [Ko-Fi](https://ko-fi.com/adityatelange). + +--- + +## Special Thanks 🌟 + +- [Highlight.js](https://github.com/highlightjs/highlight.js) +- [Fuse.js](https://github.com/krisk/fuse) +- [Feather Icons](https://github.com/feathericons/feather) +- [Simple Icons](https://github.com/simple-icons/simple-icons) +- All contributors and supporters + +--- + +## Stargazers πŸ“ˆ + +[![Stargazers over time](https://starchart.cc/adityatelange/hugo-PaperMod.svg?background=%23ffffff00&axis=%23858585&line=%236b63ff)](https://starchart.cc/adityatelange/hugo-PaperMod) diff --git a/content/archives.md b/content/archives.md new file mode 100644 index 0000000..eaf359b --- /dev/null +++ b/content/archives.md @@ -0,0 +1,6 @@ +--- +title: "Archive" +layout: "archives" +# url: "/archives" +summary: "archives" +--- diff --git a/content/posts/hampack.md b/content/posts/hampack.md new file mode 100644 index 0000000..91755e7 --- /dev/null +++ b/content/posts/hampack.md @@ -0,0 +1,9 @@ +--- +date: '2026-05-25T10:04:14-06:00' +draft: false +title: 'HamPak' +--- + +## Introduction + +This is the content for this post. \ No newline at end of file diff --git a/content/posts/hampackserver.md b/content/posts/hampackserver.md new file mode 100644 index 0000000..42fe8d9 --- /dev/null +++ b/content/posts/hampackserver.md @@ -0,0 +1,9 @@ +--- +date: '2026-05-24T10:19:30-06:00' +draft: false +title: 'HamPackServer' +--- + +## Introduction + +This is the introduction to HamPackServer. \ No newline at end of file diff --git a/content/posts/overview.md b/content/posts/overview.md new file mode 100644 index 0000000..2566994 --- /dev/null +++ b/content/posts/overview.md @@ -0,0 +1,7 @@ +--- +date: '2026-05-25T10:20:18-06:00' +draft: false +title: 'Overview' +--- + +This website explains a couple open-source projects easing the burden to install the software needed for ham radio. You can read the about page for more intformation about this project. \ No newline at end of file diff --git a/content/search.md b/content/search.md new file mode 100644 index 0000000..5c6170b --- /dev/null +++ b/content/search.md @@ -0,0 +1,5 @@ +--- +title: "Search" +placeholder: Search demo site with full text fuzzy search ... +layout: "search" +--- diff --git a/hugo.yaml b/hugo.yaml index 6fa7194..b444352 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -2,3 +2,29 @@ baseURL: https://hampack.net/ locale: en-us title: HamPack & HamPack Server. theme: ["PaperMod"] + +markup: + goldmark: + renderer: + unsafe: true + +languages: + en: + languageName: "English" + weight: 1 + taxonomies: + category: hampack hampackserver + tag: hamradio + series: series + menu: + main: + - name: About + url: about + weight: 1 + - name: Archive + url: archives + weight: 2 + - name: Search + url: search/ + weight: 2 + \ No newline at end of file diff --git a/public/404.html b/public/404.html index 7c4c263..dd665be 100644 --- a/public/404.html +++ b/public/404.html @@ -5,7 +5,7 @@ -404 Page not found | Everything HamPack and HamPackServer +404 Page not found | HamPack & HamPack Server. @@ -65,7 +65,7 @@ } - + @@ -78,7 +78,7 @@
@@ -111,7 +126,7 @@