mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
[docs] moved into folders
This commit is contained in:
16
docs/user/website/docs.user.website.blog.md
Normal file
16
docs/user/website/docs.user.website.blog.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
{
|
||||
"_label": "Blog"
|
||||
}
|
||||
---
|
||||
Blogs are a great way to share your thoughts about your business and keep your customers and readers updated of what you are up to.
|
||||
|
||||
In the age of internet, writing assumes a lot of significance because when people come to your website, they want to read about you and your product.
|
||||
|
||||
To create a new blog, just create a new Blog from:
|
||||
|
||||
> Website > Blog > New Blog
|
||||
|
||||
You can format the blog using the same Markdown format
|
||||
|
||||
You can access your blog by going to the page “blog.html”
|
||||
32
docs/user/website/docs.user.website.md
Normal file
32
docs/user/website/docs.user.website.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
{
|
||||
"_label": "Setting up your Website / Webshop",
|
||||
"_toc": [
|
||||
"docs.user.website.setup",
|
||||
"docs.user.website.web_page",
|
||||
"docs.user.website.style",
|
||||
"docs.user.website.blog"
|
||||
]
|
||||
}
|
||||
---
|
||||
Websites are a core component of any business and having a good website usually means:
|
||||
|
||||
- Lot of money.
|
||||
- Hard to update.
|
||||
- Not interactive.
|
||||
|
||||
Unless you are a web designer yourself.
|
||||
|
||||
Wouldn't it be nice if there was a way to update your product catalog on your site automatically from your ERP?
|
||||
|
||||
We thought exactly the same and hence built a small Website Development app right inside ERPNext! Using ERPNext’s Website module, you can
|
||||
|
||||
1. Create Web Pages
|
||||
1. Write a Blog
|
||||
1. Publish your Product Catalog using the Item master
|
||||
|
||||
We will soon be adding a shopping cart facility so that your customers can place orders and pay you online!
|
||||
|
||||
Though not necessary, to make a good website, you might have to know a bit of HTML / CSS or hire the services of a professional. The good part is that once this is setup, you can add and edit content, blogs and products directly from your ERP.
|
||||
|
||||
> The ERPNext website (www.erpnext.com) is generated from the Website Module! In the world of startups, its called eating-your-own-dog-food!
|
||||
48
docs/user/website/docs.user.website.setup.md
Normal file
48
docs/user/website/docs.user.website.setup.md
Normal file
@@ -0,0 +1,48 @@
|
||||
---
|
||||
{
|
||||
"_label": "Website Setup"
|
||||
}
|
||||
---
|
||||
## Layout
|
||||
|
||||
#### Top Bar
|
||||
|
||||
The header has two main parts, the “Brand” or the logo section and the menu items. These menu items can directly link to Web Pages or the Blogs page or Products page. The standard Website header bar is with black background.
|
||||
|
||||
#### Background
|
||||
|
||||
The website is generated using a standard width of 900 pixels and has a page “effect”. You can set a background color or image to enhance the effect of the page.
|
||||
|
||||
#### Content
|
||||
|
||||
The inner content of your pages has a width of 800px and if it is a two-column layout like Blog, it will have a width of 540 px.
|
||||
|
||||
#### Footer
|
||||
|
||||
The footer section contains a list of links (this is where you typical put links like “Contact Us”, “Terms and Conditions” etc) and the name of your company.
|
||||
|
||||
---
|
||||
|
||||
## Defining Menus and Home Page
|
||||
|
||||
To define the Top Bar Menus, Brand, Footers and Home Page, go to:
|
||||
|
||||
> Website > Website Settings
|
||||
|
||||
#### Top Menu
|
||||
|
||||
Add each top menu item on a new link.
|
||||
In the label column, add the label of the item.
|
||||
In the URL column, enter the name of the page or a full URL. If you want a new Web Page to open, just put the “Page Name” + “.html”. (URL is simply a web address like “http://google.com”)
|
||||
|
||||
Similarly you can also set the Footer section to contain links. If you want to have links appear as a drop-down under another link, just add the name of the parent menu in “Parent Label”.
|
||||
|
||||
#### Brand
|
||||
|
||||
To set your brand, create a logo with a transparent background and white foreground of roughly height 24px and length of 150px, attach it to the Website Settings page, and add it in your Brand section as an image as follows:
|
||||
|
||||
---
|
||||
|
||||
##### What is Website Analytics?
|
||||
|
||||
Website analytics help you track each visitor on your website. The analytics will tell you from which country, at what time, and what pages the visitor viewed. This will help you understand who your visitors are and what are they looking for. There are many analytics engines available and the most popular and Free service is Google Analytics. We definitely recommend using one of them to gain insight into your website visitors.
|
||||
23
docs/user/website/docs.user.website.style.md
Normal file
23
docs/user/website/docs.user.website.style.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
{
|
||||
"_label": "Styling the Website"
|
||||
}
|
||||
---
|
||||
You can set some basic styles to your page using the styles feature.
|
||||
|
||||
#### Background
|
||||

|
||||
You can either set a solid background by selecting a color.
|
||||
You can attach a file and select it in the “Background Image” box.
|
||||
|
||||
#### Fonts
|
||||
|
||||
Fonts: Font family of your body text (includes some Open Source fonts).
|
||||
Font-size: Font-size of your website body text (large is good).
|
||||
Heading Font: Font family of your headings.
|
||||
|
||||
Apart from this you can also add custom style rules using CSS
|
||||
|
||||
#### Custom CSS
|
||||
|
||||
There are tons of CSS rules and tricks that fall out of scope of this manual. But you could add your own style to certain elements like h1, h2 etc and also create your own style classes that you can use in elements in your body content.
|
||||
24
docs/user/website/docs.user.website.web_page.md
Normal file
24
docs/user/website/docs.user.website.web_page.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
{
|
||||
"_label": "Web Pages"
|
||||
}
|
||||
---
|
||||
Static Content like your Home Page, About Us, Contact Us, Terms pages can be created using the Web Page. To create a new Web Page, go to:
|
||||
|
||||
> Website > Web Page > New Web Page
|
||||
|
||||
#### Title
|
||||
|
||||
The first thing to set is the title of your page. The title has the maximum weight for search engines so choose a title that reflects the keywords that you are targeting for your audience.
|
||||
|
||||
#### Content
|
||||
|
||||
After selecting your layout, you can add content (text, images, etc) to each of your content boxes. You can add content in Markdown or HTML format. Read the section on how to format using Markdown for more details.
|
||||
|
||||
#### Page Link
|
||||
|
||||
The web link to your page will be the value of the “Page Name” field + “.html”. For example if your page name is contact-us, the web link of your page will be yoursite.com/contact-us.html.
|
||||
|
||||
#### Images
|
||||
|
||||
You can attach images to your web page and show them using the <img> HTML tag or using markdown format. the link to your file will be files/filename
|
||||
Reference in New Issue
Block a user