{{ content }} diff --git a/_sass/_base.scss b/_sass/_base.scss index 518bf2b0e..07ca82889 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -154,8 +154,8 @@ pre { * Wrapper */ .wrapper { - max-width: -webkit-calc(800px - (#{$spacing-unit} * 2)); - max-width: calc(800px - (#{$spacing-unit} * 2)); + /* max-width: -webkit-calc(800px - (#{$spacing-unit} * 2)); */ + /* max-width: calc(800px - (#{$spacing-unit} * 2)); */ margin-right: auto; margin-left: auto; padding-right: $spacing-unit; @@ -163,8 +163,8 @@ pre { @extend %clearfix; @include media-query($on-laptop) { - max-width: -webkit-calc(800px - (#{$spacing-unit})); - max-width: calc(800px - (#{$spacing-unit})); + /* max-width: -webkit-calc(800px - (#{$spacing-unit})); */ + /* max-width: calc(800px - (#{$spacing-unit})); */ padding-right: $spacing-unit / 2; padding-left: $spacing-unit / 2; } diff --git a/about.md b/about.md deleted file mode 100644 index 3ed64bb62..000000000 --- a/about.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/) - -You can find the source code for the Jekyll new theme at: [github.com/jglovier/jekyll-new](https://github.com/jglovier/jekyll-new) - -You can find the source code for Jekyll at [github.com/jekyll/jekyll](https://github.com/jekyll/jekyll) diff --git a/devices/pc/machine/5150/mda/64kb/machine.md b/devices/pc/machine/5150/mda/64kb/machine.md new file mode 100644 index 000000000..1b9f49058 --- /dev/null +++ b/devices/pc/machine/5150/mda/64kb/machine.md @@ -0,0 +1,10 @@ +--- +layout: page +title: "PCjs | IBM PC (Model 5150) with Monochrome Display" +permalink: /devices/pc/machine/5150/mda/64kb/ +machines: + - type: pc + id: ibm5150 +--- + +{% include machine.html id="ibm5150" %} diff --git a/docs/about/README.md b/docs/about/README.md index ab7c957de..b919a572e 100644 --- a/docs/about/README.md +++ b/docs/about/README.md @@ -1,9 +1,12 @@ --- layout: page -title: About JavaScript Machines +title: About +menu_order: 10 permalink: /docs/about/ --- +## About JavaScript Machines + The JavaScript Machines Project (originally at [jsmachines.net](http://jsmachines.net/)) is a collection of computer simulations written in JavaScript. It has now been released on [GitHub](https://github.com/) as the [PCjs Project](https://github.com/jeffpar/pcjs), a copy of which is hosted here at [pcjs.org](http://www.pcjs.org/).