{"id":13601927,"url":"https://github.com/naro143/hugo-coder-portfolio","last_synced_at":"2026-01-17T02:26:17.676Z","repository":{"id":45529201,"uuid":"143425223","full_name":"naro143/hugo-coder-portfolio","owner":"naro143","description":"It is a theme to have you know yourself than developed based on \"hugo-coder\".","archived":false,"fork":false,"pushed_at":"2021-12-09T22:07:25.000Z","size":433,"stargazers_count":157,"open_issues_count":14,"forks_count":66,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-02T18:41:39.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/naro143.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}},"created_at":"2018-08-03T12:33:46.000Z","updated_at":"2024-02-29T07:32:11.000Z","dependencies_parsed_at":"2022-08-19T17:30:51.644Z","dependency_job_id":null,"html_url":"https://github.com/naro143/hugo-coder-portfolio","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/naro143%2Fhugo-coder-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naro143%2Fhugo-coder-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naro143%2Fhugo-coder-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naro143%2Fhugo-coder-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naro143","download_url":"https://codeload.github.com/naro143/hugo-coder-portfolio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223458722,"owners_count":17148507,"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":[],"created_at":"2024-08-01T18:01:10.211Z","updated_at":"2026-01-17T02:26:17.644Z","avatar_url":"https://github.com/naro143.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"---------------------------\nThis theme is created based on [hugo-coder](https://github.com/luizdepra/hugo-coder).  \nI made it possible to tell yourself more by my change.   \nPlease see [FeaturesOfCoderPortfolio](https://github.com/naro143/hugo-coder-portfolio/blob/master/exampleSite/content/posts/FeaturesOfCoderPortfolio.md) in the post about the change.\nHave questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/naro143/hugo-coder-portfolio/issues/new) or [ask me on Twitter](https://twitter.com/naro143).\n\n---------------------------\n\nA simple and clean blog theme for Hugo.\n\n![](https://github.com/naro143/hugo-coder-portfolio/blob/master/images/screenshot.png)\n\n## How to use this theme\n\nTo use `hugo-coder-portfolio` go through the following steps.\n\n### Download\n\nClone this repository into your Hugo project.\n\n```\ngit clone https://github.com/naro143/hugo-coder-portfolio themes/coder-portfolio\n```\n\n### Configuration\n\nAdd the following lines to your `config.toml`.\n\n```toml\nbaseurl = \"http://www.example.com\" # Hostname (and path) to the root.\ntitle = \"Yusuke Ishimi\" # Site title.\ntheme = \"coder-portfolio\" # Set the theme.\nlanguagecode = \"en\" # The site’s language code used to generate RSS.\ndefaultcontentlanguage = \"en\" # The default content language.\n\npaginate = 20 # Default number of pages per page in pagination.\n\npygmentsstyle = \"b2\" # Color-theme or style for syntax highlighting.\npygmentscodefences = true # Enable code fence background highlighting.\npygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.\npygmentsUseClasses = true # new add\n\ndisqusShortname = \"yourdiscussshortname\" # Enable or disable Disqus.\n\n[params] # theme parameters\n    author = \"Yusuke Ishimi\" # Author's name.\n    info = \"WEB AND APPS ENGINEER\" # Author's job title or info.\n    description = \"Yusuke Ishimi's personal website\" # Site description.\n    keywords = \"blog,developer,personal\" # Site keywords.\n    avatarurl = \"images/avatar.jpg\" # Contain the path of the optionnal avatar in the static folder.\n\n    footercontent = \"Enter a text here.\" # Add footer content\n    fixedbarContent = \"Do you want to know me more private?→\" # Add fixedbar content\n    fixedbarContentAfter = \"Thank You! Please share it if you like it→\" # Add fixedbar content after click\n\n    # Whether you want to hide copyright and credits in the footer.\n    hideCredits = false\n    hideCopyright = false\n\n    # Custom CSS\n    custom_css = []\n\n    # Alignment of Mobile Menu items\n    itemscentered = true\n\n    # RTL support\n    rtl = false\n\n    # Bottom sns share\n    snsShare = true # new add\n    # Popular sns share\n    # if you want add sns. please message!\n    enableTwitterShare = true  # new add\n    enableFacebookShare = true # new add\n    enableHatenaShare = true   # new add\n    enableLineShare = true     # new add\n    enableLinkedInShare = true # new add\n\n    thumbnail = \"images/tn.png\" # default sns thumbnail\n\n    # Multilanguage mode\n    langseparator = \"|\" # Separates menus from language selectors when site is multilingual.\n\n# Social links\n[[params.social]]\n    name = \"Github\"\n    icon = \"fab fa-github\"\n    weight = 1\n    url = \"https://github.com/naro143/\"\n[[params.social]]\n    name = \"Twitter\"\n    icon = \"fab fa-twitter\"\n    weight = 2\n    url = \"https://twitter.com/naro143/\"\n[[params.social]]\n    name = \"LinkedIn\"\n    icon = \"fab fa-linkedin\"\n    weight = 3\n    url = \"https://www.linkedin.com/in/naro143/\"\n[[params.social]]\n    # If icon is not set, Text is displayed.\n    name = \"LinkedIn\"\n    weight = 4\n    url = \"https://www.linkedin.com/in/naro143/\"\n\n# Menu links\n[[menu.main]]\n    name = \"Blog\"\n    weight = 1\n    url  = \"posts\"\n[[menu.main]]\n    name = \"About\"\n    weight = 2\n    url = \"about\"\n```\n\nYou can look at full working [`config.toml`](https://github.com/naro143/hugo-coder-portfolio/blob/master/exampleSite/config.toml) inside the [exampleSite](https://github.com/naro143/hugo-coder-portfolio/tree/master/exampleSite) folder.\n\n#### Multilingual mode\n\nTo use multilingual mode, the configuration above needs to be extended by parameters for the specific languages.\nEach `language` section overrides default site's parameters when that language is chosen.\n\n```toml\n[params]\n    langseparator = \"|\" # separates menus from language selectors.\n\n[languages]\n    [languages.en]\n        languagename = \"English\" # The language name to be displayed in the selector.\n        title = \"Yusuke Ishimi\"\n\n        # You can configure the theme parameter for each language. \n        [languages.en.params]\n        author = \"Yusuke Ishimi\"\n        info = \"WEB AND APPS ENGINEER\"\n        description = \"Yusuke Ishimi's personal website\"\n        keywords = \"blog,developer,personal\"\n\n        [languages.en.menu] # It is possible to change the menu too.\n\n        [[languages.en.menu.main]]\n        name = \"About\"\n        weight = 1.0\n        url = \"about\"\n\n        [[languages.en.menu.main]]\n        name = \"Blog\"\n        weight = 2.0\n        url = \"posts\"\n\n\n    [languages.ja]\n        languagename = \"Japanese\"\n        title = \"石見 優丞\"\n\n        [languages.ja.params]\n            author = \"石見 優丞\"\n            description = \"石見 優丞のサイト\"\n            keywords = \"blog,developer, ブログ, エンジニア\"\n            info = \"WEBとアプリのエンジニア\"\n\n        [languages.ja.menu]\n\n            [[languages.ja.menu.main]]\n            name = \"石見とは\"\n            weight = 1.0\n            url = \"ja/about\"\n\n            [[languages.ja.menu.main]]\n            name = \"ブログ\"\n            weight = 2.0\n            url = \"ja/posts\"\n\n\n```\n\nIt is possible to force Hugo to render all default language content under the language code with `defaultContentLanguageInSubdir = true`.\nIn this case, remember to update your menus URLs (i.e. `/en/about/`).\n\n### Build \u0026 Test\n\nIt is necessary to have `less` and `uglifycss` installed to build and run the demo.\nAssuming that already have NodeJS/NPM installed, run `npm install -g less uglifycss`.\n\nTo update or generate the minified CSS file:\n\n```\nmake build\n```\n\nTo build your site and test, run:\n\n```\nhugo server\n```\n\nTo preview the exampleSite, run\n\n```\nmake demo\n```\n\nThe above command copies current state of the theme to exampleSite/themes and starts hugo with hugo serve -D (Go does not support Symlink directories)\n\n### Disqus\n\nAdd the following line to your config, ```disqusShortname = \"yourdiscussshortname\"``` When this is set, all posts are disqus enabled   \nYou can disable comments for a post by adding the following to your page meta data: ```disable_comments: true```.\n\n\n## License\n\nCoder is licensed under the [MIT license](https://github.com/naro143/hugo-coder-portfolio/blob/master/LICENSE.md).\n\n## Author\n\n[Yusuke Ishimi](https://github.com/naro143)\n\n## Contributors\n\n## Special Thanks\n\n- All contributors, for every PR and Issue reported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaro143%2Fhugo-coder-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaro143%2Fhugo-coder-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaro143%2Fhugo-coder-portfolio/lists"}