{"id":13681233,"url":"https://github.com/LordMathis/hugo-theme-nix","last_synced_at":"2025-04-30T03:30:50.912Z","repository":{"id":11427703,"uuid":"69647603","full_name":"LordMathis/hugo-theme-nix","owner":"LordMathis","description":"Nix is a simple, minimal theme for Hugo","archived":false,"fork":false,"pushed_at":"2024-12-08T17:07:34.000Z","size":1171,"stargazers_count":133,"open_issues_count":2,"forks_count":93,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-08T18:18:55.956Z","etag":null,"topics":["hugo","minimal-theme","static-site-generator","theme"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/LordMathis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2016-09-30T08:11:59.000Z","updated_at":"2024-12-08T17:07:38.000Z","dependencies_parsed_at":"2024-10-27T22:16:31.911Z","dependency_job_id":"b690e39e-c5e2-4183-8b02-34f9d033d37a","html_url":"https://github.com/LordMathis/hugo-theme-nix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LordMathis%2Fhugo-theme-nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LordMathis%2Fhugo-theme-nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LordMathis%2Fhugo-theme-nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LordMathis%2Fhugo-theme-nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LordMathis","download_url":"https://codeload.github.com/LordMathis/hugo-theme-nix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251635052,"owners_count":21619133,"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":["hugo","minimal-theme","static-site-generator","theme"],"created_at":"2024-08-02T13:01:28.125Z","updated_at":"2025-04-30T03:30:50.906Z","avatar_url":"https://github.com/LordMathis.png","language":"HTML","funding_links":["https://www.paypal.me/.."],"categories":["HTML"],"sub_categories":[],"readme":"# Nix\n\nNix is a simple, minimal theme for Hugo\n\n![Hugo Theme Nix](https://raw.githubusercontent.com/LordMathis/hugo-theme-nix/master/images/screenshot.png)\n\n## Usage\n\nClone the repository to your hugo theme directory\n\n```\nmkdir themes\ncd themes\ngit clone https://github.com/LordMathis/hugo-theme-nix\n```\n\n## Configuration\n\nAdd these parameters to your `config.toml`:\n\n```\n[params]\n  Name = \"your_name\"\n  HeaderUsername = \"username\"\n  HeaderHostname = \"hostname\"\n  About = \"info_about_you\"\n  ProfilePicture = \"profile_picture_url\"\n```\n\n`HeaderUsername` and `HeaderHostname` will be displayed in navbar on left side in the format: `HeaderUsername@HeaderHostname ~ $`.  \n\nOptionaly you can add any of these social networks to the \\[params\\] section.\n\n```\n  BitbucketID = \"your_bitbucket_id\"\n  BlueskyID = \"your_bluesky_id\"\n  CodepenID = \"your_codepen\"\n  CvURL = \"your_cv_url\"\n  Email = \"your_email\"\n  FacebookID = \"your_facebook\"\n  GithubID = \"your_github\"\n  GitlabId = \"your_gitlab\"\n  # Uses keys.openpgp.org keyserver to search your fingerprint\n  # https://keys.openpgp.org/search?q=your_gpg_fingerprint\n  GnuPGFingerprint = \"your_gpg_fingerprint\"\n  GoogleAnalytics = \"your_google_analytics_id\"\n  GoogleplusID = \"your_googleplus\"\n  InstagramID = \"your_instagram\"\n  LinkedInID = \"your_linkedin\"\n  MastodonURL = \"your_mastodon_profile\"\n  MediumID = \"your_medium_id\"\n  Mobile = \"+1-201-555-0123\"\n  PayPalMeID = \"https://www.paypal.me/...\"\n  Phone = \"+1-201-555-0123\"\n  RedditID = \"your_reddit\"\n  RSSURL = \"\\path-to-xml\" ( default hugo generates from pages at \"/index.xml\" )\n  SlackURL = \"https://join.slack.com/...\"\n  SpotifyID = \"your_spotify_id\"\n  SoundcloudID = \"your_soundcloud_id\"\n  StackExchangeID = \"your_stackexchange_id\"\n  StackOverflowID = \"your_stackoverflow_id\"\n  TelegramID = \"your_telegram\"\n  TwitterID = \"your_twitter\"\n  TwitchID = \"your_twitch_username\"\n  XingURL = \"https://www.xing.com/profile/...\"\n  # For youtube, since there are multiple path urls please add everything after https://youtube.com/ in channel url\n  YoutubeID = \"c/your_youtube_id\"\n```\n\nTo add a menu item add `[[menu.header]]` item to `config.toml`. For example:\n\n```\n[menu]\n  [[menu.header]]\n    name = \"posts\"\n    weight = 0\n    url = \"/posts\"\n```\n\nTo add a submenu item add `[[menu.header]]` item with a parent parameter to `config.toml`. For example:\n\n```\n[menu]\n  [[menu.header]]\n    identifier = \"post\"\n    name = \"posts\"\n    weight = 0\n  [[menu.header]]\n    parent = \"post\"\n    name = \"All Posts\"\n    url = \"/posts\"\n  [[menu.header]]\n    parent = \"post\"\n    name = \"categories\"\n    url = \"/categories\"\n  [[menu.header]]\n    parent = \"post\"\n    name = \"tags\"\n    url = \"/tags\"\n```\n\nTo enable disqus comments add `disqusShortname` to your `config.toml`.\n\nYou can turn off disqus comments per page by adding `nocomments = true` to the front matter.\n\nTo disable the post date from a specific page add `showpostdate = false` to your relevant `.md` file.\n\nPages now also support ![Lastmod](https://gohugo.io/methods/page/lastmod/). This will not appear until you populate `lastmod:` in the page's frontmatter, unless you have `enableGitInfo` set to `true` in your site's config file, in which case it will use the date of the last git commit containing that page.\n\n## License\n\nNix is licensed under the [MIT License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLordMathis%2Fhugo-theme-nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLordMathis%2Fhugo-theme-nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLordMathis%2Fhugo-theme-nix/lists"}