{"id":17665682,"url":"https://github.com/faun/victor-hugo","last_synced_at":"2025-03-30T12:26:16.325Z","repository":{"id":138667244,"uuid":"87574979","full_name":"faun/victor-hugo","owner":"faun","description":null,"archived":false,"fork":false,"pushed_at":"2017-04-07T18:23:16.000Z","size":3622,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T14:15:09.593Z","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/faun.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-04-07T18:23:08.000Z","updated_at":"2017-04-07T18:23:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"3bc985cd-82a2-4473-920f-ce7818267141","html_url":"https://github.com/faun/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/faun%2Fvictor-hugo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faun%2Fvictor-hugo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faun%2Fvictor-hugo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faun%2Fvictor-hugo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faun","download_url":"https://codeload.github.com/faun/victor-hugo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246317599,"owners_count":20757988,"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-23T21:07:05.370Z","updated_at":"2025-03-30T12:26:16.300Z","avatar_url":"https://github.com/faun.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%2Ffaun%2Fvictor-hugo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaun%2Fvictor-hugo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaun%2Fvictor-hugo/lists"}