Skip to content

Commit

Permalink
Updated front page.
Browse files Browse the repository at this point in the history
  • Loading branch information
boltex committed Sep 8, 2024
1 parent de99c58 commit f8c878c
Show file tree
Hide file tree
Showing 25 changed files with 52 additions and 50 deletions.
4 changes: 2 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.5.2">
<title data-rh="true">Page Not Found | LeoJS</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://boltex.github.io/leojs/img/leojs-social-card.png"><meta data-rh="true" name="twitter:image" content="https://boltex.github.io/leojs/img/leojs-social-card.png"><meta data-rh="true" property="og:url" content="https://boltex.github.io/leojs/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | LeoJS"><link data-rh="true" rel="icon" href="/leojs/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://boltex.github.io/leojs/404.html"><link data-rh="true" rel="alternate" href="https://boltex.github.io/leojs/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://boltex.github.io/leojs/404.html" hreflang="x-default"><link rel="stylesheet" href="/leojs/assets/css/styles.14505858.css">
<script src="/leojs/assets/js/runtime~main.07d4e18b.js" defer="defer"></script>
<title data-rh="true">Page Not Found | LeoJS</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://boltex.github.io/leojs/img/leojs-social-card.png"><meta data-rh="true" name="twitter:image" content="https://boltex.github.io/leojs/img/leojs-social-card.png"><meta data-rh="true" property="og:url" content="https://boltex.github.io/leojs/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | LeoJS"><link data-rh="true" rel="icon" href="/leojs/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://boltex.github.io/leojs/404.html"><link data-rh="true" rel="alternate" href="https://boltex.github.io/leojs/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://boltex.github.io/leojs/404.html" hreflang="x-default"><link rel="stylesheet" href="/leojs/assets/css/styles.5603d65c.css">
<script src="/leojs/assets/js/runtime~main.1b60e7d8.js" defer="defer"></script>
<script src="/leojs/assets/js/main.ec2e254d.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3229,21 +3229,23 @@ blockquote {
.customPlayer1 .react-player__preview:after {
content: "Introduction to Leo ";
top: 8px;
background-color: #fff;
}

.customPlayer2 .react-player__preview:after {
content: "Features Demo ";
top: 8px;
background-color: #fff;
}

.react-player__preview:after {
position: absolute;
color: rgb(28, 30, 33);
font-size: 1.25rem;
font-weight: 700;
left: 10px;
right: 0;
height: 40px;
padding-left:12px;
padding-right:12px;
border-radius: 20px;
text-align: center;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1433,10 +1433,10 @@ var youtube_default = /*#__PURE__*/__webpack_require__.n(youtube);
function HomepageHeader(){const{siteConfig}=(0,useDocusaurusContext/* default */.A)();return/*#__PURE__*/(0,jsx_runtime.jsx)("header",{className:(0,clsx/* default */.A)('hero hero--primary',index_module.heroBanner,index_module.customHero),children:/*#__PURE__*/(0,jsx_runtime.jsxs)("div",{className:"container",children:[/*#__PURE__*/(0,jsx_runtime.jsx)(Heading/* default */.A,{as:"h1",className:"hero__title",children:siteConfig.title}),/*#__PURE__*/(0,jsx_runtime.jsx)("p",{className:"hero__subtitle",children:siteConfig.tagline}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:index_module.buttons,children:/*#__PURE__*/(0,jsx_runtime.jsx)(Link/* default */.A,{className:"button button--secondary button--lg",to:"/docs/getting-started/tutorial-basics",children:"Leo in 10 Minutes \u23F1\uFE0F"})})]})});}function Quote(_ref){let{quote,author}=_ref;return/*#__PURE__*/(0,jsx_runtime.jsxs)("li",{className:(0,clsx/* default */.A)(index_module.customQuote),children:["\u201C",quote,"\u201D ",/*#__PURE__*/(0,jsx_runtime.jsxs)("span",{children:["\u2014",author]})]});}function Home(){const{siteConfig}=(0,useDocusaurusContext/* default */.A)();const otherQuotes=siteConfig.customFields.quotesList;return/*#__PURE__*/(0,jsx_runtime.jsxs)(Layout/* default */.A,{title:`Leo Editor for VSCode`,description:"The literate editor with outline JavaScript implementation",children:[/*#__PURE__*/(0,jsx_runtime.jsx)(HomepageHeader,{}),/*#__PURE__*/(0,jsx_runtime.jsxs)("main",{children:[/*#__PURE__*/(0,jsx_runtime.jsxs)("h3",{className:(0,clsx/* default */.A)(index_module.subtitle),children:[/*#__PURE__*/(0,jsx_runtime.jsx)("i",{children:"\u201FLeo is a fundamentally different way of organizing data, programs and scripts.\u201D"}),/*#__PURE__*/(0,jsx_runtime.jsx)("br",{}),/*#__PURE__*/(0,jsx_runtime.jsx)("span",{className:(0,clsx/* default */.A)(index_module.homeQuote),children:"LeoJS is a JavaScript implementation designed as an extension for VSCode."})]}),/*#__PURE__*/(0,jsx_runtime.jsx)(HomepageFeatures,{featureId:"0"}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:"container",children:/*#__PURE__*/(0,jsx_runtime.jsxs)("div",{className:"row margin-bottom--md margin-top--md",children:[/*#__PURE__*/(0,jsx_runtime.jsxs)("div",{className:(0,clsx/* default */.A)('col col--6'),children:[/*#__PURE__*/(0,jsx_runtime.jsx)("h3",{className:(0,clsx/* default */.A)(index_module.subtitle),children:"Leo is:"}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)(index_module.bulletsHolder),children:/*#__PURE__*/(0,jsx_runtime.jsxs)("ul",{className:(0,clsx/* default */.A)(index_module.bullets),children:[/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"An outliner. Everything in Leo is an outline."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"A data manager, and personal information manager."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"A powerful scripting environment."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"A tool for organizing and studying computer code."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"Extensible via a simple plugin architecture."})]})})]}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)('col col--6'),children:/*#__PURE__*/(0,jsx_runtime.jsx)(BrowserOnly/* default */.A,{fallback:/*#__PURE__*/(0,jsx_runtime.jsx)("div",{children:"Loading..."}),children:()=>{// const LibComponent =
// require('some-lib-that-accesses-window').LibComponent;
// return <LibComponent {...props} />;
return/*#__PURE__*/(0,jsx_runtime.jsx)((youtube_default()),{className:"customPlayer1",light:true,playing:true,width:"440px",height:"247px",url:"https://www.youtube.com/watch?v=j0eo7SlnnSY"});}})})]})}),/*#__PURE__*/(0,jsx_runtime.jsxs)("div",{className:(0,clsx/* default */.A)(index_module.puckBg,"container"),children:[/*#__PURE__*/(0,jsx_runtime.jsx)("h3",{className:(0,clsx/* default */.A)(index_module.subtitle),children:"VSCode UI Integration"}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:"row",children:/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)('col col--12'),children:/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)(index_module.bulletsHolder),children:/*#__PURE__*/(0,jsx_runtime.jsxs)("ul",{className:(0,clsx/* default */.A)(index_module.bullets),children:[/*#__PURE__*/(0,jsx_runtime.jsxs)("li",{children:[/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Outline"})," in the explorer view, and in its own sidebar"]}),/*#__PURE__*/(0,jsx_runtime.jsxs)("li",{children:[/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"body pane"})," and ",/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Detached Body Panes"})]}),/*#__PURE__*/(0,jsx_runtime.jsxs)("li",{children:[/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Keybindings"})," that match the original Leo editor"]}),/*#__PURE__*/(0,jsx_runtime.jsxs)("li",{children:[/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Find panel,"})," with integrated ",/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Nav and Tag panel"})]}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"'@button' panel"})}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Undo History panel"})})]})})})})]}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:"container",children:/*#__PURE__*/(0,jsx_runtime.jsxs)("div",{className:"row margin-bottom--md",children:[/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)('col col--6'),children:/*#__PURE__*/(0,jsx_runtime.jsx)(BrowserOnly/* default */.A,{fallback:/*#__PURE__*/(0,jsx_runtime.jsx)("div",{children:"Loading..."}),children:()=>{// const LibComponent =
return/*#__PURE__*/(0,jsx_runtime.jsx)((youtube_default()),{className:"customPlayer1",light:true,playing:true,width:"100%",height:"250px",url:"https://www.youtube.com/watch?v=j0eo7SlnnSY"});}})})]})}),/*#__PURE__*/(0,jsx_runtime.jsxs)("div",{className:(0,clsx/* default */.A)(index_module.puckBg,"container"),children:[/*#__PURE__*/(0,jsx_runtime.jsx)("h3",{className:(0,clsx/* default */.A)(index_module.subtitle),children:"VSCode UI Integration"}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:"row",children:/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)('col col--12'),children:/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)(index_module.bulletsHolder),children:/*#__PURE__*/(0,jsx_runtime.jsxs)("ul",{className:(0,clsx/* default */.A)(index_module.bullets),children:[/*#__PURE__*/(0,jsx_runtime.jsxs)("li",{children:[/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Outline"})," in the explorer view, and in its own sidebar"]}),/*#__PURE__*/(0,jsx_runtime.jsxs)("li",{children:[/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"body pane"})," and ",/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Detached Body Panes"})]}),/*#__PURE__*/(0,jsx_runtime.jsxs)("li",{children:[/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Keybindings"})," that match the original Leo editor"]}),/*#__PURE__*/(0,jsx_runtime.jsxs)("li",{children:[/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Find panel,"})," with integrated ",/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Nav and Tag panel"})]}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"'@button' panel"})}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:/*#__PURE__*/(0,jsx_runtime.jsx)("strong",{children:"Undo History panel"})})]})})})})]}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:"container",children:/*#__PURE__*/(0,jsx_runtime.jsxs)("div",{className:"row margin-bottom--md",children:[/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)('col col--6'),children:/*#__PURE__*/(0,jsx_runtime.jsx)(BrowserOnly/* default */.A,{fallback:/*#__PURE__*/(0,jsx_runtime.jsx)("div",{children:"Loading..."}),children:()=>{// const LibComponent =
// require('some-lib-that-accesses-window').LibComponent;
// return <LibComponent {...props} />;
return/*#__PURE__*/(0,jsx_runtime.jsx)((youtube_default()),{className:"customPlayer2",light:true,playing:true,width:"440px",height:"247px",url:"https://www.youtube.com/watch?v=M_mKXSbVGdE"});}})}),/*#__PURE__*/(0,jsx_runtime.jsxs)("div",{className:(0,clsx/* default */.A)('col col--6'),children:[/*#__PURE__*/(0,jsx_runtime.jsx)("h3",{className:(0,clsx/* default */.A)(index_module.subtitle),children:"Leo\u2019s unique features"}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)(index_module.bulletsHolder),children:/*#__PURE__*/(0,jsx_runtime.jsxs)("ul",{className:(0,clsx/* default */.A)(index_module.bullets),children:[/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"Scripts have full access to Leo\u2019s sources and VSCode\u2019s API."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"Clones create multiple views of an outline."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"Leo\u2019s clone-find commands enable the Leonine way to refactor."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"Scripts and programs can be composed from outlines."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"Importers convert flat text into outlines."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"@button scripts apply scripts to outline data."})]})})]})]})}),/*#__PURE__*/(0,jsx_runtime.jsx)(HomepageFeatures,{featureId:"1"}),/*#__PURE__*/(0,jsx_runtime.jsx)("h3",{className:(0,clsx/* default */.A)(index_module.subtitle),children:"What People are Saying about Leo"}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:"container",children:/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)(index_module.bulletsHolder),children:/*#__PURE__*/(0,jsx_runtime.jsx)("ul",{className:(0,clsx/* default */.A)(index_module.bullets),children:otherQuotes.map((props,idx)=>/*#__PURE__*/(0,jsx_runtime.jsx)(Quote,{...props},idx))})})})]})]});}//@@last
return/*#__PURE__*/(0,jsx_runtime.jsx)((youtube_default()),{className:"customPlayer2",light:true,playing:true,width:"100%",height:"250px",url:"https://www.youtube.com/watch?v=M_mKXSbVGdE"});}})}),/*#__PURE__*/(0,jsx_runtime.jsxs)("div",{className:(0,clsx/* default */.A)('col col--6'),children:[/*#__PURE__*/(0,jsx_runtime.jsx)("h3",{className:(0,clsx/* default */.A)(index_module.subtitle),children:"Leo\u2019s unique features"}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)(index_module.bulletsHolder),children:/*#__PURE__*/(0,jsx_runtime.jsxs)("ul",{className:(0,clsx/* default */.A)(index_module.bullets),children:[/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"Scripts have full access to Leo\u2019s sources and VSCode\u2019s API."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"Clones create multiple views of an outline."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"Leo\u2019s clone-find commands enable the Leonine way to refactor."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"Scripts and programs can be composed from outlines."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"Importers convert flat text into outlines."}),/*#__PURE__*/(0,jsx_runtime.jsx)("li",{children:"@button scripts apply scripts to outline data."})]})})]})]})}),/*#__PURE__*/(0,jsx_runtime.jsx)(HomepageFeatures,{featureId:"1"}),/*#__PURE__*/(0,jsx_runtime.jsx)("h3",{className:(0,clsx/* default */.A)(index_module.subtitle),children:"What People are Saying about Leo"}),/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:"container",children:/*#__PURE__*/(0,jsx_runtime.jsx)("div",{className:(0,clsx/* default */.A)(index_module.bulletsHolder),children:/*#__PURE__*/(0,jsx_runtime.jsx)("ul",{className:(0,clsx/* default */.A)(index_module.bullets),children:otherQuotes.map((props,idx)=>/*#__PURE__*/(0,jsx_runtime.jsx)(Quote,{...props},idx))})})})]})]});}//@@last
//@-leo

/***/ })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "assets/js/" + ({"42":"17b42a7e","48":"a94703ab","61":"1f391b9e","93":"de338694","98":"a7bd4aaa","100":"67018195","110":"588ebaa7","134":"393be207","235":"a7456010","290":"17c32940","306":"4f72fe07","353":"reactPlayerPreview","379":"1965f1bd","401":"17896441","424":"81ea77aa","442":"df312434","511":"88cc8693","603":"3bcc7dc1","633":"8e271c82","634":"c4f5d8e4","647":"5e95c892","656":"3ed61fc5","692":"b2b2ccef","702":"34c4a244","742":"aba21aa0","795":"4af12f68","800":"94d6d3fc","855":"ed767768","971":"50445ac0","973":"bc652491"}[chunkId] || chunkId) + "." + {"42":"88c60784","48":"761db82f","61":"881b2e53","93":"7d961e8d","98":"eeeb25e6","100":"e39a2460","110":"f18c4a8b","134":"d490bda5","235":"3fb6e0cf","237":"fb4206f0","290":"14398177","306":"18070dc8","353":"0e3cec95","379":"d7d772f5","398":"9011496d","401":"d032d758","424":"787b55ca","442":"bd5fbc3d","511":"bb1c3161","603":"2fd95e22","633":"0c6fc9a9","634":"6885ea20","647":"5956c2c8","656":"fa7e68b3","692":"5288aa8a","702":"5fef1d72","742":"f1989524","795":"4c4b3152","800":"6e980917","855":"3e1f9335","888":"daa08f14","971":"c46544c1","973":"20606a65"}[chunkId] + ".js";
/******/ return "assets/js/" + ({"42":"17b42a7e","48":"a94703ab","61":"1f391b9e","93":"de338694","98":"a7bd4aaa","100":"67018195","110":"588ebaa7","134":"393be207","235":"a7456010","290":"17c32940","306":"4f72fe07","353":"reactPlayerPreview","379":"1965f1bd","401":"17896441","424":"81ea77aa","442":"df312434","511":"88cc8693","603":"3bcc7dc1","633":"8e271c82","634":"c4f5d8e4","647":"5e95c892","656":"3ed61fc5","692":"b2b2ccef","702":"34c4a244","742":"aba21aa0","795":"4af12f68","800":"94d6d3fc","855":"ed767768","971":"50445ac0","973":"bc652491"}[chunkId] || chunkId) + "." + {"42":"88c60784","48":"761db82f","61":"881b2e53","93":"7d961e8d","98":"eeeb25e6","100":"e39a2460","110":"f18c4a8b","134":"d490bda5","235":"3fb6e0cf","237":"fb4206f0","290":"14398177","306":"18070dc8","353":"0e3cec95","379":"d7d772f5","398":"9011496d","401":"d032d758","424":"787b55ca","442":"bd5fbc3d","511":"bb1c3161","603":"2fd95e22","633":"0c6fc9a9","634":"e89914b2","647":"5956c2c8","656":"fa7e68b3","692":"5288aa8a","702":"5fef1d72","742":"f1989524","795":"4c4b3152","800":"6e980917","855":"3e1f9335","888":"daa08f14","971":"c46544c1","973":"20606a65"}[chunkId] + ".js";
/******/ };
/******/ })();
/******/
Expand Down
Loading

0 comments on commit f8c878c

Please sign in to comment.