{"id":13550188,"url":"https://github.com/victorvoid/space-jekyll-template","last_synced_at":"2025-04-04T18:09:25.541Z","repository":{"id":51100250,"uuid":"68028477","full_name":"victorvoid/space-jekyll-template","owner":"victorvoid","description":"A simple spacemacs template on jekyll. https://victorvoid.github.io/space-jekyll-template/","archived":false,"fork":false,"pushed_at":"2024-01-03T07:25:39.000Z","size":32587,"stargazers_count":403,"open_issues_count":6,"forks_count":318,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-28T17:09:20.552Z","etag":null,"topics":["jekyll","space-jekyll","spacemacs","theme"],"latest_commit_sha":null,"homepage":"","language":"Stylus","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/victorvoid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2016-09-12T16:49:05.000Z","updated_at":"2025-03-22T01:34:03.000Z","dependencies_parsed_at":"2024-03-16T22:57:59.754Z","dependency_job_id":"ea19c781-4109-4193-b5fa-6370f3958d8d","html_url":"https://github.com/victorvoid/space-jekyll-template","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/victorvoid%2Fspace-jekyll-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorvoid%2Fspace-jekyll-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorvoid%2Fspace-jekyll-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorvoid%2Fspace-jekyll-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victorvoid","download_url":"https://codeload.github.com/victorvoid/space-jekyll-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226215,"owners_count":20904465,"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":["jekyll","space-jekyll","spacemacs","theme"],"created_at":"2024-08-01T12:01:29.965Z","updated_at":"2025-04-04T18:09:25.521Z","avatar_url":"https://github.com/victorvoid.png","language":"Stylus","funding_links":[],"categories":["Stylus"],"sub_categories":[],"readme":"# Space Jekyll\n\nA simple and elegant Jekyll theme based on Spacemacs. The theme works well on mobile devices as well.\n\nSee a live demo [here](https://victorvoid.github.io/space-jekyll-template/).\n\n![](https://github.com/victorvoid/space-jekyll-template/blob/master/screenshot.png?raw=true)\n\n# Site/User Settings\n\ncustomize your site in ``_config.yml``\n\n```ruby\n\n# Site settings\ndescription: A blog about lorem ipsum\nbaseurl: \"\" # the subpath\nurl: \"\" # the base hostname \u0026/|| protocol for your site\n\n# User settings\nusername: Lorem Ipsum\nuser_description: Lorem Developer\nuser_title: Lorem Ipsum\nemail: lorem@ipsum.com\ntwitter_username: loremipsum\ngithub_username:  loremipsum\ngplus_username:  loremipsum\ndisqus_username: loremipsum\n\n```\n\nSee more about project and links in [_config.yml](./_config.yml)\n\n## How to create a post ?\n\n_posts create a file .md with structure:\n\n```md\n---\nlayout: post\ntitle: \"Lorem ipsum speak..\"\ndate: 2016-09-13 01:00:00\nimage: '/assets/img/post-image.png'\ndescription: 'about tech'\ntags:\n- lorem\n- tech\ncategories:\n- Lorem ipsum\ntwitter_text: 'How to speak with Lorem'\n---\n```\n\n## How to insert new links on menu navigation ?\n\n![](https://github.com/victorvoid/space-jekyll-template/blob/master/src/img/menu.png)\n\nYou should open `_config.yml` and change/add `links` section:\n\n```yaml\nlinks:\n  section_1: # you can use any name\n    - title: home # show on menu\n      url: / #link\n      key_trigger: 1 # link shortcut and show on the left of the title\n    - title: my posts\n      url: /posts\n      key_trigger: 2\n    - title: series\n      url: /series\n      key_trigger: 3\n    - title: tags\n      url: /tags\n      key_trigger: 4\n    - title: about me\n      url: /about\n      key_trigger: 5\n```\n\nFrontend Technologies\n---------------------\n* [Gulp](https://gulpjs.com/): The streaming build system.\n* [Stylus](http://stylus-lang.com/): expressive, dynamic, robust CSS.\n* [BrowserSync](https://www.browsersync.io/): Time-saving synchronised browser testing.\n* [Rupture](https://github.com/jescalan/rupture): Simple media queries for stylus.\n* [Kouto-Swiss](http://kouto-swiss.io/): A complete CSS framework for Stylus.\n* [Jeet](http://jeet.gs/): A grid system for human.\n* [Zepto.js](http://zeptojs.com/): The aerogel-weight jQuery-compatible JavaScript library.\n\n## How can I modify the theme ?\n\nFirst, install [jekyll](https://jekyllrb.com/) and [node.js](https://nodejs.org/).\n\n1. Fork the theme with your username, example: `charlie.github.io`\n2. Clone repository to your computer\n3. run `npm install`\n4. run `gulp`\n5. Be happy by modifying the files\n\n**Space Jekyll** uses the [Stylus](http://stylus-lang.com/) to process his css, then modifies the style of the theme in [this folder](https://github.com/victorvoid/space-jekyll-template/tree/master/src/styl).\n\nYou can go in the [variable.styl](https://github.com/victorvoid/space-jekyll-template/blob/master/src/styl/_variables.styl) and modify the colors. \n\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2016 Victor Igor\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorvoid%2Fspace-jekyll-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorvoid%2Fspace-jekyll-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorvoid%2Fspace-jekyll-template/lists"}