Browse Source

content farm

huaisianhuang 3 years ago
parent
commit
f5e828f6c6

+ 11 - 11
webSite/config.toml

@@ -1,6 +1,6 @@
-baseurl = "http://ai.choozmo.com"
+baseurl = "https://example.org"
 title = "Universal"
-theme = "AI_Video_LP"
+theme = "hugo-universal-theme"
 themesDir = "../.."
 languageCode = "en-us"
 # Site language. Available translations in the theme's `/i18n` directory.
@@ -9,17 +9,11 @@ defaultContentLanguage = "en"
 disqusShortname = "devcows"
 # Enable Google Analytics by entering your tracking code
 googleAnalytics = "UA-153100602-5"
-publishDir  = "/var/www/html"
+
 
 # Define the number of posts per page
 paginate = 10
 
-
-[outputs]
- home = ["HTML"]
- page = ["HTML"]
-
-
 [menu]
 
 # Main menu
@@ -30,17 +24,23 @@ paginate = 10
     url  = "/"
     weight = 1
 
+[[menu.main]]
+    identifier="blog"
+    name = "Blog"
+    url  = "/blog/"
+    weight = 2
+
 [[menu.main]]
     identifier="login"
     name = "登入"
     url  = "http://ai.choozmo.com"
-    weight = 2
+    weight = 3
 
 [[menu.main]]
     identifier="立即洽詢"
     name = "立即洽詢"
     url  = "https://docs.google.com/forms/d/e/1FAIpQLSeygs4xXy-Xxeh2w9rI4zuQNFutLP_71Bwxo5hqqs2Ca-u5VA/viewform"
-    weight = 3
+    weight = 4
 
 # Top bar social links menu
 

+ 25 - 0
webSite/content/blog/AMP-faster.md

@@ -0,0 +1,25 @@
++++
+title = "Why AMP makes your pages so fast?"
+date = "2021-03-29T13:39:46+02:00"
+tags = ["AMP"]
+categories = ["trends"]
+banner = "https://amp.dev/static/remote/?url=https%3A%2F%2Fblog.amp.dev%2Fwp-content%2Fuploads%2F2021%2F04%2Fimage1-768x355.png"
++++
+
+## Why would we create website by AMP?
+
+ 1. Execute all JavaScript asynchronously: AMP only allows asynchronous JavaScript so that will not cause performance degradation.
+ 2. Size resources statically: External resources must state their size in HTML so that AMP could know their size and position before resources are downloaded.
+ 3. Keep all third-party JavaScript in sandboxed iframes: AMP can only pages allow third-party JavaScript in sandboxed iframes so that they can’t block the execution of the main page.
+ 4. All CSS must be inline and size-bound: In AMP HTML pages, only inline styles are allowed. Besides, the inline style sheet has a maximum size of 50 kilobytes.
+ 5. Minimize style recalculations : In AMP pages, all the writes happen after DOM reads. This could ensure there’s the max of one recalculation of styles every time.
+ 6. Prioritize resource loading: AMP controls all resource downloads, it prioritizes resource loading, loading only what’s needed and when is needed.
+ 7.  Load pages in an instant: With new preconnect API, a page can be rendered before the user states they’d like to navigate to it.
+
+## With or without AMP?
+
+#### "The reason why we implement AMP into our web page service is the fast loading speed." ####
+
+Page speed is exceptional crucial to user experience on mobile application. Loading content as soon as possible is the one of keys of increasing returning users, because research shows that people would bounce out of web page if the content does not load quickly within 3 seconds. Below are the test results of two web page, one with AMP and the other one without AMP. As you can see, left hand side with AMP shows quite high score in page speed insight. On the other hand, right hand side without AMP load in really low speed. The loading speed is the main determining factor for improving user experience which ultimately lead to conversion rate increase.
+
+![Amp Showcase](/img/amp.png)

+ 18 - 0
webSite/content/blog/GDPR-For-Marketing.md

@@ -0,0 +1,18 @@
++++
+title = "GDPR For Marketing"
+date = "2021-06-07T13:39:46+02:00"
+tags = ["marketing"]
+categories = ["trends"]
+banner = "https://www.britishrowing.org/wp-content/uploads/2018/02/Website-Feature-Image-GDPR.png"
++++
+
+#### GDPR For Marketing
+The General Data Protection Regulation (GDPR) is a digital privacy regulation that standardizing a variety of different privacy legislation's into a central set of regulations that will protect users in EU.
+GDPR means that companies are required to include privacy settings into their products and websites and always have them switched on by default. Companies also need to regularly assess privacy impact , strengthen the method they seek permission to use the data, record the ways they use personal data.
+#### The impact of GDPR for marketing
+There are 3 aspects that marketers need to be aware of – data permission, data access and data focus.
+1. Data permission: In the future, users would need to express consent in a ‘freely given, specific, informed, and unambiguous’ way, which is reinforced and practiced by a ‘clear affirmative action’.
+2. Data access: it will be a responsibility of marketers to make sure that users can easily access and remove consent.
+3. Data focus: As marketers, GDPR requires you to justify the processing of the personal data you gain. Therefore, you need to focus on the data you need only.
+Reference: GDPR for marketing: The definitive guide for 2021.
+

+ 15 - 0
webSite/content/blog/covid-19.md

@@ -0,0 +1,15 @@
++++
+title = "The difference between Covid-19 vaccines"
+date = "2021-05-24T13:39:46+02:00"
+tags = ["covid"]
+categories = ["trends"]
+banner = "https://vaccination-info.eu/sites/default/files/styles/is_large/public/images/symptoms-covid-19.png?itok=X9V5lOQM"
++++
+
+As Taiwan is shutting things down for the first time to the worst coronavirus outbreak since last year when the global pandemic began. With hundreds of local cases per day, the infection alert has risen to level three nationally. Due to the outbreak, the demand of self-paid COVID-19 vaccination rises significantly. As the demand of vaccine becoming higher, Taiwan has signed contracts to purchase 10 million doses of the AstraZeneca vaccine and 5.05 million doses of Moderna. More than 5 million doses of vaccines from U.S. pharmaceutical company Moderna are due to reach Taiwan this month. 
+There are five most prominent vaccines, even though you will likely not be able to choose which vaccine you will get, it’s still helpful to know how each one is different.
+Here are the comparison of five vaccines.
+References:
+[Yale Medicine](https://www.yalemedicine.org/news/covid-19-vaccine-comparison)
+
+![Amp Showcase](/img/covid.png)

+ 38 - 0
webSite/content/blog/fun-fact.md

@@ -0,0 +1,38 @@
++++
+title = "Fun Facts Satistics"
+date = "2021-07-05T13:39:46+02:00"
+tags = ["statistics"]
+categories = ["trends"]
+banner = "https://wp-statistics.com/wp-content/themes/site-theme/assets/img/cta-primary.svg"
++++
+
+#### Positive Or Negative About Equality Right ?
+Apparently, across most of countries, women are less optimistic than men about the likelihood of attaining gender equality. Women hold more negative attitude toward the issue of equality right. Worldwide optimism about the future of gender equality as this survey tells, men think gender equality has reached the certain level.
+
+Source: Pew research Center.
+
+
+#### If you could choose would you work from home?
+In US and Canada, covid restrictions are gradually being relaxed and workers are allowed return to the office. But do they really want to? According to 
+survey from flexjobs, 65% of respondents said they want to keep working remotely and 58% even said they would look for a new job if they had to return to the office. And what are the main concerns of returning to the office? Without doubts, Covid-19 is the biggest concern, less flexibility and less work-life balance are also significant factors. Generally, the advantages outweigh the disadvantages of working from home.
+
+Source: [Flexjobs](https://www.flexjobs.com/) & [statistic.ly](https://statistic.ly/)
+
+
+#### The state of gender equality in 2021
+Although most liberal western societies believe themselves to be progressive, surprisingly only 10 countries in the world offer 100% equal rights for both men and women. Th equality is guaranteed by laws that concern freedom of movement, work, equal pay, marriage, business ownership, asset management and pension take into account. It seems that as for gender equality, we still have a long way to go.
+Source: [statistic.ly](https://statistic.ly/)
+
+
+#### Do people agree implementing COVID-19 vaccine passports?
+Do people agree or disagree with requiring COVID-19 vaccine passports or similar health data certificates to participate in events or international travel?
+As more people are vaccinated the prospect of going back to normality seems closer. However 3 in 4 adults agree that vaccine passports should be required for international travelers. And quite 3 in 4 adults believe that vaccine passports would be effective in making travel as well as large events safe. While only half of people agree they should be required for shops, restaurants, and offices.
+Source: [statistic.ly](https://statistic.ly/)
+
+
+#### Do you think that your country is heading in the right or wrong direction? Are things getting better or worse? 
+In average, 35% of people think their country is heading in the right direction while 65% believe things are on the wrong track according to Ipsos Global Advisor in global scale.
+Saudi Arabia (90%) and Australia(60%) have a more positive outlook, while Peru
+is the most pessimistic (89%). The survey is based on 20524 adults aged 16-74 from 28 countries in March 26th - 9th April 2021.
+Source: [statistic.ly](https://statistic.ly/), Ipsos Global Advisor
+

+ 17 - 0
webSite/content/blog/google-seo-updat.md

@@ -0,0 +1,17 @@
++++
+title = "Google June 2021 Core Update"
+date = "2021-06-15T13:39:46+02:00"
+tags = ["seo"]
+categories = ["trends"]
+banner = "https://d57439wlqx3vo.cloudfront.net/iblock/bc0/bc0f0fade6094e32d26afe9ee426bf47/a1d39b9944184055866844a5d88fdec3.png"
++++
+
+## Reason why we go for static website
+
+The core update began rolling out on June 2, and there is expectation that the other update would be released in about one month after. Generally, based on history of update, Google would typically released a core algorithm update every few months per year.
+As usual, google said that any core update can cause drops or gains for some content, but there's nothing wrong with pages that may perform less well in a core update. Because of the two-part nature of this release, it’s possible a very small slice of content might see changes in June that reverse in July. Typically, most of sites will not notice the update. However, SEOs who manage multiple sites will possibly see changes in the search result pages. This update will be rollout in global scale, impacting all languages and will take about two weeks to rollout.
+These changes are meant to improve search performance and how systems assess content overall to ensuring support a wide range of publishers, creators and businesses, while providing searchers with the best information available.
+
+References:
+[Google](https://blog.google/products/search/how-we-update-search-improve-results/) /
+[Search Engine Land](https://searchengineland.com/google-june-2021-core-update-rolling-out-349121)

+ 0 - 80
webSite/content/blog/story-telling-marketing.md

@@ -1,80 +0,0 @@
-+++
-title = "趨勢日報"
-date = "2015-08-03T13:39:46+02:00"
-tags = ["daily-trend-watch"]
-categories = ["trends"]
-banner = "img/banners/banner-3.jpg"
-+++
-
-## Step 1. Install Hugo
-
-Goto [hugo releases](https://github.com/spf13/hugo/releases) and download the
-appropriate version for your os and architecture.
-
-Save it somewhere specific as we will be using it in the next step.
-
-More complete instructions are available at [installing hugo](/overview/installing/)
-
-## Step 2. Build the Docs
-
-Hugo has its own example site which happens to also be the documentation site
-you are reading right now.
-
-Follow the following steps:
-
- 1. Clone the [hugo repository](http://github.com/spf13/hugo)
- 2. Go into the repo
- 3. Run hugo in server mode and build the docs
- 4. Open your browser to http://localhost:1313
-
-Corresponding pseudo commands:
-
-    git clone https://github.com/spf13/hugo
-    cd hugo
-    /path/to/where/you/installed/hugo server --source=./docs
-    > 29 pages created
-    > 0 tags index created
-    > in 27 ms
-    > Web Server is available at http://localhost:1313
-    > Press ctrl+c to stop
-
-Once you've gotten here, follow along the rest of this page on your local build.
-
-## Step 3. Change the docs site
-
-Stop the Hugo process by hitting ctrl+c.
-
-Now we are going to run hugo again, but this time with hugo in watch mode.
-
-    /path/to/hugo/from/step/1/hugo server --source=./docs --watch
-    > 29 pages created
-    > 0 tags index created
-    > in 27 ms
-    > Web Server is available at http://localhost:1313
-    > Watching for changes in /Users/spf13/Code/hugo/docs/content
-    > Press ctrl+c to stop
-
-
-Open your [favorite editor](http://vim.spf13.com) and change one of the source
-content pages. How about changing this very file to *fix the typo*. How about changing this very file to *fix the typo*.
-
-Content files are found in `docs/content/`. Unless otherwise specified, files
-are located at the same relative location as the url, in our case
-`docs/content/overview/quickstart.md`.
-
-Change and save this file.. Notice what happened in your terminal.
-
-    > Change detected, rebuilding site
-
-    > 29 pages created
-    > 0 tags index created
-    > in 26 ms
-
-Refresh the browser and observe that the typo is now fixed.
-
-Notice how quick that was. Try to refresh the site before it's finished building.. I double dare you.
-Having nearly instant feedback enables you to have your creativity flow without waiting for long builds.
-
-## Step 4. Have fun
-
-The best way to learn something is to play with it.

+ 21 - 0
webSite/content/blog/try-static-marketing.md

@@ -0,0 +1,21 @@
++++
+title = "Try Static Website"
+date = "2021-04-12T13:39:46+02:00"
+tags = ["AMP", "Static Website"]
+categories = ["trends"]
+banner = "https://makeawebsitehub.com/wp-content/uploads/2020/09/build-a-website-1.png"
++++
+
+## Reason why we go for static website
+
+1. Time-Saving: Static website is extremely quick to develop for web developers. Compared to dynamic website, developers could create static website page much more faster.
+2. Cost-Effective: In comparison to dynamic website, static website is cheaper to develop.
+3. Easy to index: For search engine such as Google, Bing etc, static website page can be easily crawled and indexed as it is just a series of coded HTML and CSS files.
+4. Better for SEO: As mentioned above, because of easy indexing, static website boost visibility of business in the search engine results pages and get higher ranking.
+5. Fast to transfer: Since static website has far simpler structure than dynamic website, the whole static website package could be easily and quickly transferred from side to side without much processing time.
+
+## Website Speed Matters
+
+Loading time or loading speed is the crucial factor of page abandonment. The users has very few patience for pages that take long time to finish loading. According to chart below, when the page loads more than 15 seconds, nearly half of users would abandon and leave the page. From the business side, this indicates that 1 second page delay could potentially cost millions in lost sales every year. So, very second counts both in business world and user side. However, based on the survey, most users thought that their phones load slower than their desktops. This would be the key policy for the e-commerce.
+
+![Amp Showcase](/img/staticadv.png)

+ 20 - 0
webSite/content/blog/video-marketng.md

@@ -0,0 +1,20 @@
++++
+title = "To engaging more, video is the first choice!"
+date = "2021-05-03T13:39:46+02:00"
+tags = ["video"]
+categories = ["trends"]
+banner = "https://blog.zoom.us/wp-content/uploads/2021/03/Video-SDK-Image.png"
++++
+
+## Reason why we go for static website
+
+Video combines audio and visual sense at same time. Two in one, video brings together picture and sound, which catch your attention far easier than any else types of content. Our brain actually loves video, according to studies, the average viewers remember 95% of a message when it is watched, and only 10% when read, which shows recalling message in video is easier. Video has the ability to include all other types of content, text, music, photos and links simultaneously. Video can be a great storyteller which makes information easier to understand by audience. In conclusion, video marketing is the most effective and creative content for promoting services, branding and products online and to engage your audience even more.
+
+#### How enormous impact video has on content engagement
+
+Tweets with video see 10x more engagement than those without - and Promoted Tweets with videos save more than 50% on cost-per-engagement
+LinkedIn users are 20x more likely to share a video on the platform than any other type of post.
+Pinterest users are 2.6x more likely to make a purchase after viewing brand video content on the platform
+Video generates more engagement than any other content type on Instagram
+By doing in right way, video content can drive greater response than other social content types. But 'right way' is the key element.
+

BIN
webSite/static/img/amp.png


BIN
webSite/static/img/covid.png


BIN
webSite/static/img/staticadv.png