{"id":13543971,"url":"https://github.com/athul/archie","last_synced_at":"2025-05-14T14:07:45.570Z","repository":{"id":38317621,"uuid":"253427252","full_name":"athul/archie","owner":"athul","description":"A minimal Hugo Theme","archived":false,"fork":false,"pushed_at":"2025-02-03T03:25:47.000Z","size":2266,"stargazers_count":1136,"open_issues_count":30,"forks_count":329,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-12T14:53:34.656Z","etag":null,"topics":["archie","blog-theme","hugo","hugo-theme","minimal","theme"],"latest_commit_sha":null,"homepage":"https://athul.github.io/archie","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/athul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://www.buymeacoffee.com/athulca"}},"created_at":"2020-04-06T07:35:38.000Z","updated_at":"2025-04-10T14:22:47.000Z","dependencies_parsed_at":"2024-01-14T19:14:10.586Z","dependency_job_id":"362ed20b-601c-44fb-8ae2-605104528b81","html_url":"https://github.com/athul/archie","commit_stats":{"total_commits":61,"total_committers":29,"mean_commits":2.103448275862069,"dds":0.5737704918032787,"last_synced_commit":"d8819d5eee8b0817f41bda3a9dc2100cd6b2b0bd"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athul%2Farchie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athul%2Farchie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athul%2Farchie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athul%2Farchie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/athul","download_url":"https://codeload.github.com/athul/archie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254159194,"owners_count":22024558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archie","blog-theme","hugo","hugo-theme","minimal","theme"],"created_at":"2024-08-01T11:00:39.876Z","updated_at":"2025-05-14T14:07:45.545Z","avatar_url":"https://github.com/athul.png","language":"CSS","funding_links":["https://www.buymeacoffee.com/athulca"],"categories":["HTML","CSS","Development"],"sub_categories":[],"readme":"# Archie - Hugo theme\nArchie is a minimal and clean theme for hugo with a markdown-ish UI.\n\nForked from [Ezhil Theme](https://github.com/vividvilla/ezhil)\n\n## Demo\n\n[Check the Demo](https://athul.github.io/archie/) hosted on GitHub Pages :smile: . You can find the source code to that in the `site` branch of this repository\n\n![](/images/theme.png)\n![](/images/archie-dark.png)\n## Feature\n- Google Analytics Script\n- Callouts\n- Tags\n- Auto Dark Mode(based on system theme)\n- Dark/Light Mode toggle\n- tl:dr; frontamatter\n- Table of contents\n- Cache busting for CSS files\n- Disqus Comments\n\n## Installation\nIn your Hugo website directory, create a new folder named theme and clone the repo\n```bash\n$ mkdir themes\n$ cd themes\n$ git clone https://github.com/athul/archie.git\n```\nEdit the `config.toml` file with `theme=\"archie\"`\nFor more information read the official [setup guide](https://gohugo.io/installation/) of Hugo.\n\nIf you encounter any issues with Google Analytics, update Hugo to v0.125.0 or\nlater and make sure your using the latest version of the theme.\n\n## Writing Posts\nCreate a new `.md` file in the *content/posts* folder\n```yml\n---\ntitle: Title of the post\ndescription:\ndate:\ntldr: (optional)\ndraft: true/false (optional)\ntags: [tag names] (optional)\ntoc: true/false (optional)\n---\n```\n\n## Credits\nForked from [Ezhil Theme](https://github.com/vividvilla/ezhil) and Licensed under MIT License\nInspired by design of blog.jse.li\n\n----\n\n## Config Options\n\n### Custom CSS\nCustom CSS files can be included though the `customcss` config parameter.\n\nNote: CSS files should be placed under the `assets` directory e.g. `assets/css/first.css`.\n\n```toml\n[params]\n\tcustomcss = [\"css/first.css\", \"css/second.css\"]\n```\n\n### Callouts\n\nThere are five different types of callout, including this themes original callout and a custom one as well. These callouts are compatible with both light and dark theme modes. \n\n![Screenshot from 2025-01-04 19-22-43](https://github.com/user-attachments/assets/bcaf7c3c-2339-449f-8bcb-8a2906d7ddcf)\n\n\n#### Original\n\nThis steup is to ensure backwards compatibility for previous callouts.\n\n```markdown                                                                                                                                                                                                    \n{{\u003c callout emoji=\"⚡️\" text=\"Original callout.\" \u003e}}\n```\n\n#### Alert\n```markdown\n{{\u003c callout type=\"alert\" text=\"This is an alert callout.\" \u003e}}\n```\n\n#### Custom\n\nThis include the ability to set your own callout emoji, title, and css style element.\n\n```markdown\n{{\u003c callout type=\"custom\" emoji=\"⚡️\" title=\"Custom callout\" text=\"This is custom text for a custom callout.\" style=\"background-color: transparent; border: 3px solid #d340e0;\" \u003e}}\n```\n\n#### Tip\n\n```markdown\n{{\u003c callout type=\"tip\" text=\"This is a tip callout.\" \u003e}}\n```\n\n#### Warning\n\n```markdown\n{{\u003c callout type=\"warning\" text=\"This is a warning callout.\" \u003e}}\n```\n\n## Config of the Demo Site\n\n```toml\nbaseURL = \"https://athul.github.io/archie/\"\nlanguageCode = \"en-us\"\ntitle = \"Archie\"\ntheme=\"archie\"\ncopyright = \"© Athul\"\n# Code Highlight\npygmentsstyle = \"monokai\"\npygmentscodefences = true\npygmentscodefencesguesssyntax = true\n\ndisqusShortname = \"yourDisqusShortname\"\n\npaginate=3 # articles per page\n\n[params]\n\tmode=\"auto\" # color-mode → light,dark,toggle or auto\n\tuseCDN=false # don't use CDNs for fonts and icons, instead serve them locally.\n\tsubtitle = \"Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)\"\n\tmathjax = true # enable MathJax support\n\tkatex = true # enable KaTeX support\n\n# Social Tags\n\n[[params.social]]\nname = \"GitHub\"\nicon = \"github\"\nurl = \"https://github.com/athul/archie\"\n\n[[params.social]]\nname = \"Twitter\"\nicon = \"twitter\"\nurl = \"https://twitter.com/athulcajay/\"\n\n[[params.social]]\nname = \"GitLab\"\nicon = \"gitlab\"\nurl = \"https://gitlab.com/athul/\"\n\n# Main menu Items\n\n[[menu.main]]\nname = \"Home\"\nurl = \"/\"\nweight = 1\n\n[[menu.main]]\nname = \"All posts\"\nurl = \"/posts\"\nweight = 2\n\n[[menu.main]]\nname = \"About\"\nurl = \"/about\"\nweight = 3\n\n[[menu.main]]\nname = \"Tags\"\nurl = \"/tags\"\nweight = 4\n```\n---\n\nIf you liked my work please consider supporting me on [BuymeACoffee](https://www.buymeacoffee.com/athulca)\n\n\u003ca href=\"https://www.buymeacoffee.com/athulca\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-red.png\" alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathul%2Farchie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathul%2Farchie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathul%2Farchie/lists"}