{"id":15994372,"url":"https://github.com/oskarrough/portfolio-hugo-starter-test","last_synced_at":"2026-01-19T01:33:30.076Z","repository":{"id":151237950,"uuid":"129236300","full_name":"oskarrough/portfolio-hugo-starter-test","owner":"oskarrough","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-12T10:48:26.000Z","size":429,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T00:16:04.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oskarrough.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-04-12T10:48:06.000Z","updated_at":"2018-04-12T10:48:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa9c0f4b-6ae8-4e59-b729-d9d3b436c8ca","html_url":"https://github.com/oskarrough/portfolio-hugo-starter-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oskarrough/portfolio-hugo-starter-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskarrough%2Fportfolio-hugo-starter-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskarrough%2Fportfolio-hugo-starter-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskarrough%2Fportfolio-hugo-starter-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskarrough%2Fportfolio-hugo-starter-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oskarrough","download_url":"https://codeload.github.com/oskarrough/portfolio-hugo-starter-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskarrough%2Fportfolio-hugo-starter-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28557298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"ssl_error","status_checked_at":"2026-01-19T00:46:32.754Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-08T07:08:42.164Z","updated_at":"2026-01-19T01:33:30.062Z","avatar_url":"https://github.com/oskarrough.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portfolio starter\n\nThe projet **portfolio-hugo-starter** is thought as a starter theme to\ncreate a visual portfolio.\n\n## Installation - create a new site, and put it online\n\nFollow these steps if you want to create a new portfolio site\n\n1. Before all, in order to host the code and content of your site, you\nwill need a Github account. [Create Github\naccount](https://github.com/join?source=header-home) (or log in yours\nif you already have one).\n\n2. The easiest way to get running with your new portfolio, is to use\nNetlify to host and deploy every changes made to your content. [Create a new\nsite](https://app.netlify.com/start/deploy?repository=https://github.com/internet4000/portfolio-hugo-starter).\n\n\u003e The steps on the link above will lead you through setting up Netlify\n\u003e as the host of your new website. Each time you will edit the content\n\u003e of your site, Netlify will use the newest version of it to generate\n\u003e the latest version of your site.\n\n## Overview\n\nThe architecture of the website is like the following\n\n``` bash\n/portfolio-hugo-starter/README.md \u003c- the current document\n/portfolio-hugo-starter/content \u003c- where all user content is\n/portfolio-hugo-starter/themes \u003c- the layout of the site\n/portfolio-hugo-starter/config.tom \u003c- configuration\n/portfolio-hugo-starter/netlify.toml \u003c- configuration\n/portfolio-hugo-starter/.git \u003c- configuration\n/portfolio-hugo-starter/.gitignore \u003c- configuration\n/portfolio-hugo-starter/.gitmodules  \u003c- configuration\n```\n\nInside the `/content` folder resides the user generated contents. All\nedits you make to the content of your site through the admin interface\nis stored inside this folder.\n\nInside the `/themes` folder is the layout structure of your site.\n\n\u003e You should not change anything (unless you know what your're\n\u003e doing, and you know how to use `git`) inside the `/content` folder\n\u003e and in the files markes as  _configuration_ above.\n\nTheme templates and styles can be changed from their defaults, without\nupdates from the base theme to break your changes (see the\ndevelopment section).\n\n# Development\n\nYou will only need the informations in this section if want to change\nthe code of this software. Feel free to participate!\n\n### Install the project environment\n\nIt is required to have the following softwares on your development\nenvironment:\n\n- [Git](https://help.github.com/articles/set-up-git/) - Github's\n  tutorial on how to install Git.\n- [Hugo](https://gohugo.io/getting-started/installing/) - installation\n  steps for the static site generator used for this project.\n\nYou can then install the project by cloning it:\n\n`git clone --recurse-submodules git@github.com:internet4000/portfolio-hugo-starter.git`\n\nThis command also clones the git submodules, namely the\n `portfolio-hugo-theme`. Its location is\n `/portfolio-hugo-starter/themes`.\n\nIf you did not clone the repository with the submodules like above,\ninside the root of the project's folder you can use this command `git\nsubmodule update --init --recursive` to set them up.\n\n### portfolio-hugo-theme\n\nThe safest way to customize your site without the base theme (see section about\n`portfolio-hugo-theme`) breaking your changes is to \"eject\" the\n`portfolio-hugo-theme`. the consequense is that your site won't be\naffected by the **always green** update system (therefore not getting\nfuture updates).\n\n`portfolio-hugo-starter` uses [portfolio-hugo-theme](\n https://github.com/internet4000/portfolio-hugo-theme) as theme. It is\n installed inside the `/themes` folder and referenced inside\n `/config.toml`). This theme provides most configuration, structure\n and styles to make the portfolio-starter work. The theme is also used\n to provide updates and bug fixes to the starter.\n \nRead [Hugo's theme customization documentation](https://gohugo.io/themes/customizing/), to best learn how to customize the\ncode and appearence of your site.\n \n\n## Note for later:\n\n\u003e the following command will effectively set a website’s title on\nUnix-like systems: `$ env HUGO_TITLE=\"Some Title\" hugo`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskarrough%2Fportfolio-hugo-starter-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foskarrough%2Fportfolio-hugo-starter-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskarrough%2Fportfolio-hugo-starter-test/lists"}