{"id":23299493,"url":"https://github.com/dogescript/dogescript.github.io","last_synced_at":"2025-07-06T16:02:09.528Z","repository":{"id":878303,"uuid":"20609825","full_name":"dogescript/dogescript.github.io","owner":"dogescript","description":"much website very pages","archived":false,"fork":false,"pushed_at":"2023-07-12T02:40:01.000Z","size":686,"stargazers_count":15,"open_issues_count":6,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-13T09:14:57.182Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dogescript.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}},"created_at":"2014-06-08T05:08:02.000Z","updated_at":"2023-01-17T18:51:28.000Z","dependencies_parsed_at":"2022-08-16T11:25:05.534Z","dependency_job_id":null,"html_url":"https://github.com/dogescript/dogescript.github.io","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/dogescript%2Fdogescript.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogescript%2Fdogescript.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogescript%2Fdogescript.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogescript%2Fdogescript.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dogescript","download_url":"https://codeload.github.com/dogescript/dogescript.github.io/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230554235,"owners_count":18244235,"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-12-20T08:17:25.094Z","updated_at":"2024-12-20T08:17:25.668Z","avatar_url":"https://github.com/dogescript.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dogescript.github.io\n\nThis is the source code of the **Dogescript homepage**.\nThis `README` specifies how to update the website and do maintenance tasks.\n\nIf you're after the **Dogescript language** itself, see the following links:\n\n* [Dogescript homepage][home];\n* [Dogescript source code on GitHub][hub];\n* [Dogescript organization on GitHub][org];\n\n## Intro\n\nThis homepage is a *static site*; meaning that for each modification you have\nto regenerate the website and upload it.\n\nIt uses the [Jekyll][jekyll] engine to automate this process. Since Jekyll\nis written in Ruby you have to install a few Ruby packages (called _Ruby Gems_).\n\nFinally, there are some `rake` tasks to ease the whole process of maintaining\nthe website\n\n## Dependencies\n\nYou must have the [RubyGems][gems] package manager installed. Note that it\ncomes by default on many distributions, so check if it exists with the following\ncommand:\n\n    $ gem --version\n\nThen, to install `rake` (Ruby's version of `make`), Jekyll and all dependencies\nto run this site, do the following command:\n\n    $ gem install rake jekyll\n\nIt might take a while to finish, but once it does you're ready to go.\n\n## How to edit\n\nTo **make changes** to the page or **run it locally**, clone this GitHub\nrepository and make sure you have _installed the dependencies_ above.\n\nThen, it's a matter of running `rake` tasks and editing files.\nHere's a rundown of possible commands (thanks to [this great quickstart on Jekyll][tuto]):\n\n---\n\n    $ rake preview\n\nBuilds the entire site to a local folder `_site` and launches a webserver to\npreview it.\n\nTo see the full site, point your browser to `localhost:4000`.\n\nIf you make any changes on any files, it will regenerate the website\nautomatically.\n\n---\n\n    $ rake post title=\"Hello, World!\"\n\nCreates a new post. It will create a file `_posts/YYYY-MM-DD-title.md`, where\nthe date is the current, by default.\n\nNo further changes are required, the post will get automatically inserted on the\nsite.\n\n---\n\n    $ rake page name=\"about\"\n\nCreates a new page. It will create the file `./about/index.html`.\n\n    $ rake page name=\"about.html\"\n\nAlternative way to create a new page, on this case it will be `./about.html`.\n\n---\n\n    $ rake wiki name=\"user/repo\"\n\nUpdates the GitHub Wiki pages from GitHub `user` and `repo` into the directory `./wiki`.\n\nIt works by either cloning the remote wiki repository (if it doesn't exist\non `./wiki` yet) or pulling the latest update (if it's already there).\nThen it adds a small YAML metadata header to each page, making it able to\nwork as a page.\n\nSo when you visit `./wiki` it nicely shows all wiki pages.\n\n## Important files\n\nThis repository has lots of files, each with it's well-defined importance.\n\nPlease prefer editing the files below:\n\n| file | role |\n| ---- | ---- |\n| `assets/theme/the-minimum/css/style.css` | Place custom CSS at the end of it |\n| `assets/js/` | Controls the dogescript live editor |\n| `_includes/themes/the-minimum/*.html`    | All reusable pieces of HTML used everywhere |\n\n## Notes\n\n* When producing content (writing pages/posts) keep in mind\n  [this useful guide][posts]. It tells how to include images, display\n  post excerpts and highlight code snippets.\n* If you plan on further customizing the blog, it's highly recommended to\n  read [this 10-minute introduction to Jekyll][intro].\n* If you change settings on the file `_config.yml`, automatic regeneration won't\n  work - you'll have to run the command `rake preview` again.\n\n## Credits\n\nThis site uses [Jekyll Bootstrap][boots] with a heavily customized version of\n[the_minimum][theme] theme, made by [Yuya Saito][theme_author]. For more info\non it, see the file `assets/themes/the-minimum/readme.markdown`.\n\nThe following is a list of sites that inspired me, both on the content and interface:\n\n* [Ruby](https://www.ruby-lang.org/en/)\n* [CoffeeScript](http://coffeescript.org/)\n* [TypeScript](http://www.typescriptlang.org/)\n\n[home]:         http://dogescript.io/\n[hub]:          https://github.com/dogescript/dogescript/\n[org]:          https://github.com/dogescript/\n[jekyll]:       http://jekyllrb.com/\n[gems]:         https://rubygems.org/pages/download\n[tuto]:         http://jekyllbootstrap.com/usage/jekyll-quick-start.html\n[intro]:        http://jekyllbootstrap.com/lessons/jekyll-introduction.html\n[boots]:        http://jekyllbootstrap.com/\n[theme]:        https://github.com/studiomohawk/jekyll-theme-the_minimum\n[theme_author]: http://layouts-the.me/\n[posts]:        http://jekyllrb.com/docs/posts/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogescript%2Fdogescript.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdogescript%2Fdogescript.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogescript%2Fdogescript.github.io/lists"}