{"id":18828795,"url":"https://github.com/mltframework/mlt_web","last_synced_at":"2026-01-23T06:30:21.187Z","repository":{"id":44997143,"uuid":"68884665","full_name":"mltframework/mlt_web","owner":"mltframework","description":"MLT website","archived":false,"fork":false,"pushed_at":"2025-01-19T21:37:53.000Z","size":7288,"stargazers_count":5,"open_issues_count":0,"forks_count":7,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-19T21:42:42.481Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/mltframework.png","metadata":{"files":{"readme":"README.md","changelog":"changes/ExtremeMakeover.md","contributing":"Contributing.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"Support.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-22T04:30:03.000Z","updated_at":"2025-01-19T21:37:55.000Z","dependencies_parsed_at":"2024-11-08T01:37:07.611Z","dependency_job_id":"74ca7135-46bc-4b39-9df7-194aacf9aa2b","html_url":"https://github.com/mltframework/mlt_web","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/mltframework%2Fmlt_web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mltframework%2Fmlt_web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mltframework%2Fmlt_web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mltframework%2Fmlt_web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mltframework","download_url":"https://codeload.github.com/mltframework/mlt_web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763981,"owners_count":19692866,"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-11-08T01:36:46.846Z","updated_at":"2026-01-23T06:30:21.078Z","avatar_url":"https://github.com/mltframework.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Solid. A Bootstrap theme for Jekyll.\n============\n![Screenshot](https://st4ple.github.io/solid-jekyll/assets/img/browser.png)\n\nThis is a [Jekyll](http://jekyllrb.com/) port of the [Solid theme](http://www.blacktie.co/2014/05/solid-multipurpose-theme/) by [blacktie.co](http://www.blacktie.co/). Visit the [live demo](https://st4ple.github.io/solid-jekyll/) for a preview. \n\n##Usage\nThis theme can be customized, built and published straight from GitHub, thanks to [GitHub Pages](https://pages.github.com/). A local installation of Jekyll isn't even necessary!\n\n[Fork this repository](https://github.com/st4ple/solid-jekyll/fork) to get started. \n####Customize  \nMost general settings and data like site name, colors, address, etc. can be configured and changed right in the main config file: `/_config.yml`\nThe content of the Home page can be changed here: `/home.html`\nThe content of the About page can be changed here: `/about.html`\nThe content of the Portfolio page can be changed here:`/portfolio.html`\nThe content of the Contact page can be changed here:`/contact.html`\n####Add content  \nDelete the demo content and publish your own content.\n#####Blog post\nCreate a Blog post by creating a file called `yyyy-mm-dd-name-of-post-like-this.markdown` in the `/_posts/blog/` directory with the following template:\n~~~markdown\n---\nlayout: post          #important: don't change this\ntitle: \"Name of post like this\"\ndate: yyyy-mm-dd hh:mm:ss\nauthor: Name\ncategories:\n- blog                #important: leave this here\n- category1\n- category2\n- ...\nimg: post01.jpg       #place image (850x450) with this name in /assets/img/blog/\nthumb: thumb01.jpg    #place thumbnail (70x70) with this name in /assets/img/blog/thumbs/\n---\nThis text will appear in the excerpt \"post preview\" on the Blog page that lists all the posts.\n\u003c!--more--\u003e\nThis text will not be shown in the excerpt because it is after the excerpt separator.\n~~~\n#####Project post\nCreate a Project post to go in your Portfolio by creating a file called `yyyy-mm-dd-name-of-the-project.markdown` in the `/_posts/project/` directory with the following template:\n~~~markdown\n---\nlayout: project       #important: don't change this\ntitle:  \"Name of the project\"\ndate: yyyy-mm-dd hh:mm:ss\nauthor: Name\ncategories:\n- project             #important: leave this here\nimg: portfolio_10.jpg #place image (600x450) with this name in /assets/img/project/\nthumb: thumb02.jpg\ncarousel:\n- single01.jpg        #place image (1280x600) with this name in /assets/img/project/carousel/\n- single02.jpg  \n- ...\nclient: Company XY\nwebsite: http://www.internet.com\n---\n####This is a heading\nThis is a regular paragraph. Write as much as you like.\n~~~\n#####Question entry\nCreate a Question entry (that is listed in the Frequently Asked section on the Home page) in this directory by creating a file called `yyyy-mm-dd-do-i-have-a-question.markdown` in the `/_posts/project/` directory with the following template:\n~~~markdown\n---\nlayout: question\ntitle:  \"Do I have a question?\"\ndate: yyyy-mm-dd hh:mm:ss\nauthor: First Last\ncategories:\n- question            #important: leave this here\n---\n####Can I use this theme for my website?\nOf course you can!\n~~~\n####Publish\nTo publish with [GitHub Pages](https://pages.github.com/), simply create a branch called `gh-pages`in your repository. GitHub will build your site automatically and publish it at `http://yourusername.github.io/repositoryname/`.  \nIf there are problems with loading assets like CSS files and images, make sure that the `baseurl` in the `_config.yml`is set correctly (it should say `/repositoryname`).\n\nIf you want to host your website somewhere else than GitHub (or just would like to customize and build your site locally), please check out the [Jekyll documentation](http://jekyllrb.com/). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmltframework%2Fmlt_web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmltframework%2Fmlt_web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmltframework%2Fmlt_web/lists"}