{"id":17136902,"url":"https://github.com/jessestuart/victor-hugo","last_synced_at":"2025-03-24T06:43:06.853Z","repository":{"id":72494227,"uuid":"92464718","full_name":"jessestuart/victor-hugo","owner":"jessestuart","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-04T03:55:31.000Z","size":3624,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T23:33:53.651Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/jessestuart.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":"2017-05-26T02:42:27.000Z","updated_at":"2017-06-10T09:05:11.000Z","dependencies_parsed_at":"2023-03-11T13:24:37.204Z","dependency_job_id":null,"html_url":"https://github.com/jessestuart/victor-hugo","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/jessestuart%2Fvictor-hugo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessestuart%2Fvictor-hugo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessestuart%2Fvictor-hugo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessestuart%2Fvictor-hugo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessestuart","download_url":"https://codeload.github.com/jessestuart/victor-hugo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245223997,"owners_count":20580362,"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-10-14T20:05:42.644Z","updated_at":"2025-03-24T06:43:06.836Z","avatar_url":"https://github.com/jessestuart.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Victor Hugo\n\n**A [Hugo](http://gohugo.io/) boilerplate for creating truly epic websites**\n\nThis is a boilerplate for using Hugo as a static site generator and Gulp + Weback as your\nasset pipeline.\n\nIt's setup to use post-css and babel for CSS and JavaScript.\n\n## Usage\n\nClone this repository and run:\n\n```bash\nnpm install\nnpm start\n```\n\nThen visit http://localhost:3000/ - BrowserSync will automatically reload CSS or\nrefresh the page when stylesheets or content changes.\n\nTo build your static output to the `/dist` folder, use:\n\n```bash\nnpm run build\n```\n\n## Structure\n\n```\n|--site                // Everything in here will be built with hugo\n|  |--content          // Pages and collections - ask if you need extra pages\n|  |--data             // YAML data files with any data for use in examples\n|  |--layouts          // This is where all templates go\n|  |  |--partials      // This is where includes live\n|  |  |--index.html    // The index page\n|  |--static           // Files in here ends up in the public folder\n|--src                 // Files that will pass through the asset pipeline\n|  |--css              // CSS files in the root of this folder will end up in /css/...\n|  |--js               // app.js will be compiled to /js/app.js with babel\n```\n\n## Basic Concepts\n\nYou can read more about Hugo's template language in their documentation here:\n\nhttps://gohugo.io/templates/overview/\n\nThe most useful page there is the one about the available functions:\n\nhttps://gohugo.io/templates/functions/\n\nFor assets that are completely static and don't need to go through the asset pipeline,\nuse the `site/static` folder. Images, font-files, etc, all go there.\n\nFiles in the static folder ends up in the web root. So a file called `site/static/favicon.ico`\nwill end up being available as `/favicon.ico` and so on...\n\nThe `src/js/app.js` file is the entrypoint for webpack and will be built to `/dist/app.js`.\n\nYou can use ES6 and use both relative imports or import libraries from npm.\n\nAny CSS file directly under the `src/css/` folder will get compiled with [PostCSS Next](http://cssnext.io/)\nto `/dist/css/{filename}.css`. Import statements will be resolved as part of the build\n\n## Deploying to netlify\n\n- Push your clone to your own GitHub repository.\n- [Create a new site on Netlify](https://app.netlify.com/start) and link the repository.\n\nNow netlify will build and deploy your site whenever you push to git.\n\n##  Enjoy!!\n\n#### License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessestuart%2Fvictor-hugo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessestuart%2Fvictor-hugo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessestuart%2Fvictor-hugo/lists"}