Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Smilefounder committed Dec 13, 2019
1 parent 3953b41 commit bb38138
Show file tree
Hide file tree
Showing 18,680 changed files with 1,573,497 additions and 18 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions docs/basic-usage-first-step-with-mixcore-cms.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Let’s take a step-by-step tour through your Mixcore site and see how the diffe

## Log In

Begin by logging into the administration area, or the back end, of your website. Visit your site’s login page by placing "portal" after your domain name (e.g., http://example.com/portal). Some themes provide a login link or form on the front end as well. Now log in to Mixcore using the username and password you created in the 5-minute install.
Begin by logging into the administration area, or the back end, of your website. Visit your site’s login page by placing "portal" after your domain name (e.g., https://example.com/portal). Some themes provide a login link or form on the front end as well. Now log in to Mixcore using the username and password you created in the 5-minute install.

## Start at the Top

Expand All @@ -23,9 +23,9 @@ At the top of the screen is the area called the toolbar. Click on the logo of Mi

Take time to look at the site before you get into changing it and figuring out how it all works; it’s important to see how the Mixcore Twenty Nineteen theme is laid out and how it works. Consider this the test drive before you start adding all the special features.

![Default Theme](/img/basic-usage/first-step.jpg)
![Default Theme](/img/basic-usage/first-step.png)

The layout you are looking at is defined by a Mixcore Theme. It is the appearance of your website, styling the look of the site and the framing of the content. The Mixcore Twenty Nineteen theme features a “header” at the top with the title and tagline for your site. Below this is your Menu, if you have one. Along the side you will see some titles and links. This is the Sidebar. The different items inside a Sidebar are called Widgets. The main middle section of the page is the content area.
The layout you are looking at is defined by a Mixcore Theme. It is the appearance of your website, styling the look of the site and the framing of the content. The Mixcore default theme features a “header” at the top with the title and tagline for your site. Below this is your Menu, if you have one. Along the side you will see some titles and links. This is the Sidebar. The different items inside a Sidebar are called Widgets. The main middle section of the page is the content area.

Scroll down the page and notice the bar at the end of the page. This is called the “footer.” It says “Proudly powered by Mixcore.”

Expand Down
22 changes: 11 additions & 11 deletions docs/basic-usage-writing-posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
id: basic-usage-writing-posts
title: Writing Your 1st Post
---
Articles are entries that display in reverse order on your home page. Articles usually have comments fields beneath them and are included in your site's RSS feed.
Post are entries that display in reverse order on your home page. Post usually have comments fields beneath them and are included in your site's RSS feed.

## To write an article:
## To write an post:

1. Log in to your mixcore CMS Administration Panel (Dashboard).
2. Click the 'Articles' tab.
3. Click the 'Create Article' sub-tab.
4. Start filling in the blanks: enter your article title in the upper field, and enter your article body content in the main article editing box below it.
5. As needed, select a category, add tags, and make other selections from the sections below the article. (Each of these sections is explained below.)
6. When you are ready, click **Publish**.
2. Click the 'Post' tab.
3. Hover the 'Create Post' sub-tab.
4. Start filling in the blanks: enter your post title in the upper field, and enter your post body content in the main post editing box below it.
5. As needed, input/select/fill-in general, SEO, parents, media, related,... and make other selections from the sections below the post. (Each of these sections is explained below.)
6. When you are ready, select **Published** button then press **Save** button from action navigation.

## Descriptions of Article Fields
## Descriptions of Post Fields

### Title/Headline Box
The title of your article. You can use any phrases, words or characters. Avoid using the same title twice as that will cause problems. You can use commas, aarticlerophes, quotes, hyphens/dashes and other typical symbols in the article like "My Site - Here's Lookin' at You, Kid". mixcore CMS will then clean it up to generate a user-friendly and URL-valid name of the article (also called the "article slug") to compose the permalink for the article.
The title of your post. You can use any phrases, words or characters. Avoid using the same title twice as that will cause problems. You can use commas, apostrophes, quotes, hyphens/dashes and other typical symbols in the post like "My Site - Here's Lookin' at You, Kid". mixcore CMS will then clean it up to generate a user-friendly and URL-valid name of the post (also called the "post slug") to compose the permalink for the post.

### Excerpt
A summary or brief teaser of your article featured on the front page of your site as well as on the category, archives, and search non-single article pages. Note that the Excerpt does not usually appear by default. It only appears in your article if you have modified the template file listing the article to use `the_excerpt()` instead of `the_content()` to display the Excerpt instead of the full content of a article. If so, mixcore CMS will automatically use as the Excerpt the first 55 words of your article content or the content before the `<!--more-->` quicktag. If you use the "Excerpt" field when editing the article, this will be used no matter what. For more information, see Excerpt.
A summary or brief teaser of your post featured on the front page of your site as well as on the category, archives, and search non-single post pages. Note that the Excerpt does not usually appear by default. It only appears in your post if you have modified the template file listing the post to use `model.excerpt` instead of `model.content` to display the Excerpt instead of the full content of a post.

### Body Copy Box
The blank box where you enter your writing, links, links to images, and any information you want to display on your site. You can use either the Visual or the Text view to compose your articles. For more on the Text view, see the section below, Visual Versus Text View.
The blank box where you enter your writing, links, links to images, and any information you want to display on your site. You can use either the Visual or the Text view to compose your post.
8 changes: 4 additions & 4 deletions docs/installation-install-mixcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ If you placed the Mixcore CMS files in a subdirectory called blog, for example,
- MySQL
5. Fill in all of your Database Credential that you have

![](/img/installation/step1.jpg)
![](/img/installation/step2.jpg)
![](/img/installation/step1.png)
![](/img/installation/step2.png)

## Init step 2


![](/img/installation/step3.jpg)
![](/img/installation/step3.png)


## Init step 3



![](/img/installation/step4.jpg)
![](/img/installation/step4.png)
Binary file added website/.DS_Store
Binary file not shown.
Binary file added website/build/docs/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions website/build/docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.mixcore.org
71 changes: 71 additions & 0 deletions website/build/docs/blog/2016/03/11/blog-post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Blog Title · Mixcore CMS docs</title><meta name="viewport" content="width=device-width"/><meta name="generator" content="Docusaurus"/><meta name="description" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus elementum massa eget nulla aliquet sagittis. Proin odio tortor, vulputate ut odio in, ultrices ultricies augue. Cras ornare ultrices lorem malesuada iaculis. Etiam sit amet libero tempor, pulvinar mauris sed, sollicitudin sapien."/><meta name="docsearch:language" content="en"/><meta property="og:title" content="Blog Title · Mixcore CMS docs"/><meta property="og:type" content="website"/><meta property="og:url" content="https://mixcore.org/blog/2016/03/11/blog-post"/><meta property="og:description" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus elementum massa eget nulla aliquet sagittis. Proin odio tortor, vulputate ut odio in, ultrices ultricies augue. Cras ornare ultrices lorem malesuada iaculis. Etiam sit amet libero tempor, pulvinar mauris sed, sollicitudin sapien."/><meta property="og:image" content="https://mixcore.org/img/undraw_online.svg"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://mixcore.org/img/undraw_tweetstorm.svg"/><link rel="shortcut icon" href="/img/mixcore-25pt-square-white.svg"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css"/><script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-134185413-1', 'auto');
ga('send', 'pageview');
</script><link rel="stylesheet" href="/css/code-block-buttons.css"/><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js"></script><script type="text/javascript" src="/js/code-block-buttons.js"></script><script src="/js/scrollSpy.js"></script><link rel="stylesheet" href="/css/main.css"/><script src="/js/codetabs.js"></script></head><body class="sideNavVisible separateOnPageNav"><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/"><img class="logo" src="/img/mixcore-logo-white-25px.svg" alt="Mixcore CMS docs"/></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="https://mixcore.org" target="_self">Homepage</a></li><li class=""><a href="https://medium.com/mixcore" target="_self">Blog</a></li><li class=""><a href="/docs/introduction" target="_self">Docs</a></li><li class=""><a href="/help" target="_self">Help</a></li><li class=""><a href="https://github.com/mixcore/mix.core/releases" target="_self">Download</a></li></ul></nav></div></header></div></div><div class="navPusher"><div class="docMainWrapper wrapper"><div class="docsNavContainer" id="docsNav"><nav class="toc"><div class="toggleNav"><section class="navWrapper wrapper"><div class="navBreadcrumb wrapper"><div class="navToggle" id="navToggler"><div class="hamburger-menu"><div class="line1"></div><div class="line2"></div><div class="line3"></div></div></div><h2><i></i><span>Recent Posts</span></h2><div class="tocToggler" id="tocToggler"><i class="icon-toc"></i></div></div><div class="navGroups"><div class="navGroup"><h3 class="navGroupCategoryTitle">Recent Posts</h3><ul class=""><li class="navListItem"><a class="navItem" href="/blog/2017/10/24/new-version-1.0.0">New Version 1.0.0</a></li><li class="navListItem"><a class="navItem" href="/blog/2017/09/26/adding-rss">Adding RSS Support</a></li><li class="navListItem"><a class="navItem" href="/blog/2017/09/25/testing-rss">Adding RSS Support - RSS Truncation Test</a></li><li class="navListItem"><a class="navItem" href="/blog/2017/04/10/blog-post-two">New Blog Post</a></li><li class="navListItem navListItemActive"><a class="navItem" href="/blog/2016/03/11/blog-post">Blog Title</a></li></ul></div></div></section></div><script>
var coll = document.getElementsByClassName('collapsible');
var checkActiveCategory = true;
for (var i = 0; i < coll.length; i++) {
var links = coll[i].nextElementSibling.getElementsByTagName('*');
if (checkActiveCategory){
for (var j = 0; j < links.length; j++) {
if (links[j].classList.contains('navListItemActive')){
coll[i].nextElementSibling.classList.toggle('hide');
coll[i].childNodes[1].classList.toggle('rotate');
checkActiveCategory = false;
break;
}
}
}

coll[i].addEventListener('click', function() {
var arrow = this.childNodes[1];
arrow.classList.toggle('rotate');
var content = this.nextElementSibling;
content.classList.toggle('hide');
});
}

document.addEventListener('DOMContentLoaded', function() {
createToggler('#navToggler', '#docsNav', 'docsSliderActive');
createToggler('#tocToggler', 'body', 'tocActive');

var headings = document.querySelector('.toc-headings');
headings && headings.addEventListener('click', function(event) {
var el = event.target;
while(el !== headings){
if (el.tagName === 'A') {
document.body.classList.remove('tocActive');
break;
} else{
el = el.parentNode;
}
}
}, false);

function createToggler(togglerSelector, targetSelector, className) {
var toggler = document.querySelector(togglerSelector);
var target = document.querySelector(targetSelector);

if (!toggler) {
return;
}

toggler.onclick = function(event) {
event.preventDefault();

target.classList.toggle(className);
};
}
});
</script></nav></div><div class="container mainContainer postContainer blogContainer"><div class="wrapper"><div class="lonePost"><div class="post"><header class="postHeader"><h1 class="postHeaderTitle"><a href="/blog/2016/03/11/blog-post">Blog Title</a></h1><p class="post-meta">March 11, 2016</p><div class="authorBlock"><p class="post-authorName"><a href="http://twitter.com/" target="_blank" rel="noreferrer noopener">Blog Author</a></p><div class="authorPhoto"><a href="http://twitter.com/" target="_blank" rel="noreferrer noopener"><img src="https://graph.facebook.com/100002976521003/picture/?height=200&amp;width=200" alt="Blog Author"/></a></div></div></header><div><span><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus elementum massa eget nulla aliquet sagittis. Proin odio tortor, vulputate ut odio in, ultrices ultricies augue. Cras ornare ultrices lorem malesuada iaculis. Etiam sit amet libero tempor, pulvinar mauris sed, sollicitudin sapien.</p>
<!--truncate-->
<p>Mauris vestibulum ullamcorper nibh, ut semper purus pulvinar ut. Donec volutpat orci sit amet mauris malesuada, non pulvinar augue aliquam. Vestibulum ultricies at urna ut suscipit. Morbi iaculis, erat at imperdiet semper, ipsum nulla sodales erat, eget tincidunt justo dui quis justo. Pellentesque dictum bibendum diam at aliquet. Sed pulvinar, dolor quis finibus ornare, eros odio facilisis erat, eu rhoncus nunc dui sed ex. Nunc gravida dui massa, sed ornare arcu tincidunt sit amet. Maecenas efficitur sapien neque, a laoreet libero feugiat ut.</p>
<p>Nulla facilisi. Maecenas sodales nec purus eget posuere. Sed sapien quam, pretium a risus in, porttitor dapibus erat. Sed sit amet fringilla ipsum, eget iaculis augue. Integer sollicitudin tortor quis ultricies aliquam. Suspendisse fringilla nunc in tellus cursus, at placerat tellus scelerisque. Sed tempus elit a sollicitudin rhoncus. Nulla facilisi. Morbi nec dolor dolor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras et aliquet lectus. Pellentesque sit amet eros nisi. Quisque ac sapien in sapien congue accumsan. Nullam in posuere ante. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin lacinia leo a nibh fringilla pharetra.</p>
<p>Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin venenatis lectus dui, vel ultrices ante bibendum hendrerit. Aenean egestas feugiat dui id hendrerit. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur in tellus laoreet, eleifend nunc id, viverra leo. Proin vulputate non dolor vel vulputate. Curabitur pretium lobortis felis, sit amet finibus lorem suscipit ut. Sed non mollis risus. Duis sagittis, mi in euismod tincidunt, nunc mauris vestibulum urna, at euismod est elit quis erat. Phasellus accumsan vitae neque eu placerat. In elementum arcu nec tellus imperdiet, eget maximus nulla sodales. Curabitur eu sapien eget nisl sodales fermentum.</p>
<p>Phasellus pulvinar ex id commodo imperdiet. Praesent odio nibh, sollicitudin sit amet faucibus id, placerat at metus. Donec vitae eros vitae tortor hendrerit finibus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Quisque vitae purus dolor. Duis suscipit ac nulla et finibus. Phasellus ac sem sed dui dictum gravida. Phasellus eleifend vestibulum facilisis. Integer pharetra nec enim vitae mattis. Duis auctor, lectus quis condimentum bibendum, nunc dolor aliquam massa, id bibendum orci velit quis magna. Ut volutpat nulla nunc, sed interdum magna condimentum non. Sed urna metus, scelerisque vitae consectetur a, feugiat quis magna. Donec dignissim ornare nisl, eget tempor risus malesuada quis.</p>
</span></div></div><div class="blogSocialSection"></div></div><div class="blog-recent"><a class="button" href="/blog">Recent Posts</a></div></div></div><nav class="onPageNav"></nav></div><footer class="nav-footer" id="footer"><section class="sitemap"></section><a href="https://mixcore.org" target="_blank" rel="noreferrer noopener" class="fbOpenSource"><img src="/img/mixcore-logo-white-25px.svg" alt="Mixcore Open Source" width="170" height="45"/></a><section class="copyright">Copyright © 2019 mixcore</section></footer></div></body></html>
Loading

0 comments on commit bb38138

Please sign in to comment.